Html Css Color HEX #A69332 Reef Gold

📋 copy color: '#A69332'

red 166 ◦ green 147 ◦ blue 50

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

Shades of Reef Gold #A69332

Tints of Reef Gold #A69332

RGB

 RED value IS 166 (65.23% from 255) = 45.73%

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

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

R = 45.73%
G = 40.5%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A69332 (or 0xA69332) is known color: Reef Gold. HEX triplet: A6, 93 and 32. RGB value is (166,147,50). Sum of RGB (Red+Green+Blue) = 166+147+50=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A69332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69332 is #596CCD. Grayscale: #8E8E8E. Windows color (decimal): -5860558 or 3314598. OLE color: 3314598.

HSL color Cylindrical-coordinate representation of color #A69332: hue angle of 50.17º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A69332 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 147 50 -
CMYK 0 0.11 0.70 0.35
HSL 50.17º 0.54% 0.42% -
HSV(B) 50.17º 0.7% 0.65% -
XYZ 26.74 29.2 7.25 -
YUV 141.62 76.29 145.39 -
System Red Green Blue C M Y K H S L
Decimal 166 147 50 0 0.11 0.70 0.35 50.17 0.54 0.42
Hex A6 93 32 0 B 46 23 32 36 2A
Octal 246 223 62 0 13 106 43 62 66 52
Binary 10100110 10010011 110010 0 1011 1000110 100011 110010 110110 101010

Color Harmonies of #A69332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69332

Black with #A69332

Text Example


Text Example

White with #A69332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69332; }

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

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

background-color css

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

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

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

border-color css

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

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

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