Html Css Color HEX #A49D32 Reef Gold

📋 copy color: '#A49D32'

red 164 ◦ green 157 ◦ blue 50

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

Shades of Reef Gold #A49D32

Tints of Reef Gold #A49D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.48%

R = 44.2%
G = 42.32%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A49D32 (or 0xA49D32) is known color: Reef Gold. HEX triplet: A4, 9D and 32. RGB value is (164,157,50). Sum of RGB (Red+Green+Blue) = 164+157+50=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D32 is #5B62CD. Grayscale: #939393. Windows color (decimal): -5989070 or 3317156. OLE color: 3317156.

HSL color Cylindrical-coordinate representation of color #A49D32: hue angle of 56.32º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A49D32 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 157 50 -
CMYK 0 0.04 0.70 0.36
HSL 56.32º 0.53% 0.42% -
HSV(B) 56.32º 0.7% 0.64% -
XYZ 27.94 32.24 7.77 -
YUV 146.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 164 157 50 0 0.04 0.70 0.36 56.32 0.53 0.42
Hex A4 9D 32 0 4 46 24 38 35 2A
Octal 244 235 62 0 4 106 44 70 65 52
Binary 10100100 10011101 110010 0 100 1000110 100100 111000 110101 101010

Color Harmonies of #A49D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D32

Black with #A49D32

Text Example


Text Example

White with #A49D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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