Html Css Color HEX #A49D36 Reef Gold

📋 copy color: '#A49D36'

red 164 ◦ green 157 ◦ blue 54

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

Shades of Reef Gold #A49D36

Tints of Reef Gold #A49D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.4%

R = 43.73%
G = 41.87%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A49D36 (or 0xA49D36) is known color: Reef Gold. HEX triplet: A4, 9D and 36. RGB value is (164,157,54). Sum of RGB (Red+Green+Blue) = 164+157+54=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D36 is #5B62C9. Grayscale: #939393. Windows color (decimal): -5989066 or 3579300. OLE color: 3579300.

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

Color convert

RGB 164 157 54 -
CMYK 0 0.04 0.67 0.36
HSL 56.18º 0.5% 0.43% -
HSV(B) 56.18º 0.67% 0.64% -
XYZ 28.03 32.27 8.24 -
YUV 147.35 75.32 139.88 -
System Red Green Blue C M Y K H S L
Decimal 164 157 54 0 0.04 0.67 0.36 56.18 0.5 0.43
Hex A4 9D 36 0 4 43 24 38 32 2B
Octal 244 235 66 0 4 103 44 70 62 53
Binary 10100100 10011101 110110 0 100 1000011 100100 111000 110010 101011

Color Harmonies of #A49D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D36

Black with #A49D36

Text Example


Text Example

White with #A49D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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