Html Css Color HEX #A49937 Reef Gold

📋 copy color: '#A49937'

red 164 ◦ green 153 ◦ blue 55

#A49937
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #A49937

Tints of Reef Gold #A49937

RGB

 RED value IS 164 (64.45% from 255) = 44.09%

 GREEN value IS 153 (60.16% from 255) = 41.13%

 BLUE value IS 55 (21.88% from 255) = 14.78%

R = 44.09%
G = 41.13%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A49937 (or 0xA49937) is known color: Reef Gold. HEX triplet: A4, 99 and 37. RGB value is (164,153,55). Sum of RGB (Red+Green+Blue) = 164+153+55=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 164 - color contains mainly: red. Hex color #A49937 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49937 is #5B66C8. Grayscale: #919191. Windows color (decimal): -5990089 or 3643812. OLE color: 3643812.

HSL color Cylindrical-coordinate representation of color #A49937: hue angle of 53.94º 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 #A49937 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 153 55 -
CMYK 0 0.07 0.66 0.36
HSL 53.94º 0.5% 0.43% -
HSV(B) 53.94º 0.66% 0.64% -
XYZ 27.39 30.95 8.14 -
YUV 145.12 77.14 141.47 -
System Red Green Blue C M Y K H S L
Decimal 164 153 55 0 0.07 0.66 0.36 53.94 0.5 0.43
Hex A4 99 37 0 7 42 24 36 32 2B
Octal 244 231 67 0 7 102 44 66 62 53
Binary 10100100 10011001 110111 0 111 1000010 100100 110110 110010 101011

Color Harmonies of #A49937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49937

Black with #A49937

Text Example


Text Example

White with #A49937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49937; }

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

 H1.HeaderClassName
 {
   color: #A49937;
 }
 .AnyTagClassName
 {
   color: #A49937;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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