Html Css Color HEX #A49732 Reef Gold

📋 copy color: '#A49732'

red 164 ◦ green 151 ◦ blue 50

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

Shades of Reef Gold #A49732

Tints of Reef Gold #A49732

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.37%

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

R = 44.93%
G = 41.37%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A49732 (or 0xA49732) is known color: Reef Gold. HEX triplet: A4, 97 and 32. RGB value is (164,151,50). Sum of RGB (Red+Green+Blue) = 164+151+50=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A49732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49732 is #5B68CD. Grayscale: #8F8F8F. Windows color (decimal): -5990606 or 3315620. OLE color: 3315620.

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

Color convert

RGB 164 151 50 -
CMYK 0 0.08 0.70 0.36
HSL 53.16º 0.53% 0.42% -
HSV(B) 53.16º 0.7% 0.64% -
XYZ 26.95 30.26 7.44 -
YUV 143.37 75.31 142.71 -
System Red Green Blue C M Y K H S L
Decimal 164 151 50 0 0.08 0.70 0.36 53.16 0.53 0.42
Hex A4 97 32 0 8 46 24 35 35 2A
Octal 244 227 62 0 10 106 44 65 65 52
Binary 10100100 10010111 110010 0 1000 1000110 100100 110101 110101 101010

Color Harmonies of #A49732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49732

Black with #A49732

Text Example


Text Example

White with #A49732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49732; }

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

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

background-color css

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

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

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

border-color css

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

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

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