Html Css Color HEX #A49D37 Reef Gold

📋 copy color: '#A49D37'

red 164 ◦ green 157 ◦ blue 55

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

Shades of Reef Gold #A49D37

Tints of Reef Gold #A49D37

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.76%

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

R = 43.62%
G = 41.76%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A49D37 (or 0xA49D37) is known color: Reef Gold. HEX triplet: A4, 9D and 37. RGB value is (164,157,55). Sum of RGB (Red+Green+Blue) = 164+157+55=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 55 (21.88% from 255 or 14.63% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D37 is #5B62C8. Grayscale: #939393. Windows color (decimal): -5989065 or 3644836. OLE color: 3644836.

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

Color convert

RGB 164 157 55 -
CMYK 0 0.04 0.66 0.36
HSL 56.15º 0.5% 0.43% -
HSV(B) 56.15º 0.66% 0.64% -
XYZ 28.06 32.28 8.37 -
YUV 147.47 75.82 139.79 -
System Red Green Blue C M Y K H S L
Decimal 164 157 55 0 0.04 0.66 0.36 56.15 0.5 0.43
Hex A4 9D 37 0 4 42 24 38 32 2B
Octal 244 235 67 0 4 102 44 70 62 53
Binary 10100100 10011101 110111 0 100 1000010 100100 111000 110010 101011

Color Harmonies of #A49D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D37

Black with #A49D37

Text Example


Text Example

White with #A49D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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