#a49537

Color #A49537 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #A49537

Tints of Reef Gold #A49537

Color information

#A49537 (or 0xA49537) is unknown color: approx Reef Gold. HEX triplet: A4, 95 and 37. RGB value is (164,149,55). Sum of RGB (Red+Green+Blue) = 164+149+55=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 55 (21.88% from 255 or 14.95% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A49537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49537 is #5B6AC8. Grayscale: #8F8F8F. Windows color (decimal): -5991113 or 3642788. OLE color: 3642788.

HSL color Cylindrical-coordinate representation of color #A49537: hue angle of 51.74º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A49537 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB16414955-
CMYK00.090.660.36
HSL51.74º49.77%42.94%-
HSV(B)51.74º66.46%64.31%-
XYZ26.7529.667.93-
YUV142.7778.47143.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 44.57%
GREEN value IS 149 (58.59% from 255) = 40.49%
BLUE value IS 55 (21.88% from 255) = 14.95%
R=44.57%
G=40.49%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641495500.090.660.3651.7449.7742.94
HexA4953709422434322b
Octal2442256701110244646253
Binary1010010010010101110111010011000010100100110100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a49537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a49537; }

 p { color: rgb(164,149,55); }

 H1.HeaderClassName
 {
   color: #a49537;
 }
 .AnyTagClassName
 {
   color: #a49537;
 }
</style>
background-color css

<style>
 a { background-color: #a49537; }

 a { background-color: rgb(164,149,55); }

 div.DivClassName
 {
   background-color: #a49537;
 }
 .BgClassName
 {
   background-color: #a49537;
 }
</style>
border-color css

<style>
 span { border-color: #a49537; }

 span { border-color: rgb(164,149,55); }

 td.TdClassName
 {
   border-color: #a49537;
 }
 .TagClassName
 {
   border-color: #a49537;
 }
</style>