Html Css Color HEX #A49332 Reef Gold

📋 copy color: '#A49332'

red 164 ◦ green 147 ◦ blue 50

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

Shades of Reef Gold #A49332

Tints of Reef Gold #A49332

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.72%

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

R = 45.43%
G = 40.72%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A49332 (or 0xA49332) is known color: Reef Gold. HEX triplet: A4, 93 and 32. RGB value is (164,147,50). Sum of RGB (Red+Green+Blue) = 164+147+50=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A49332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49332 is #5B6CCD. Grayscale: #8D8D8D. Windows color (decimal): -5991630 or 3314596. OLE color: 3314596.

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

Color convert

RGB 164 147 50 -
CMYK 0 0.10 0.70 0.36
HSL 51.05º 0.53% 0.42% -
HSV(B) 51.05º 0.7% 0.64% -
XYZ 26.32 28.99 7.23 -
YUV 141.03 76.63 144.39 -
System Red Green Blue C M Y K H S L
Decimal 164 147 50 0 0.10 0.70 0.36 51.05 0.53 0.42
Hex A4 93 32 0 A 46 24 33 35 2A
Octal 244 223 62 0 12 106 44 63 65 52
Binary 10100100 10010011 110010 0 1010 1000110 100100 110011 110101 101010

Color Harmonies of #A49332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49332

Black with #A49332

Text Example


Text Example

White with #A49332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49332; }

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

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

background-color css

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

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

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

border-color css

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

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

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