Html Css Color HEX #A69432 Reef Gold

📋 copy color: '#A69432'

red 166 ◦ green 148 ◦ blue 50

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

Shades of Reef Gold #A69432

Tints of Reef Gold #A69432

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

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

R = 45.6%
G = 40.66%
B = 13.74%

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

#A69432 (or 0xA69432) is known color: Reef Gold. HEX triplet: A6, 94 and 32. RGB value is (166,148,50). Sum of RGB (Red+Green+Blue) = 166+148+50=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A69432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69432 is #596BCD. Grayscale: #8E8E8E. Windows color (decimal): -5860302 or 3314854. OLE color: 3314854.

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

Color convert

RGB 166 148 50 -
CMYK 0 0.11 0.70 0.35
HSL 50.69º 0.54% 0.42% -
HSV(B) 50.69º 0.7% 0.65% -
XYZ 26.89 29.52 7.3 -
YUV 142.21 75.96 144.97 -
System Red Green Blue C M Y K H S L
Decimal 166 148 50 0 0.11 0.70 0.35 50.69 0.54 0.42
Hex A6 94 32 0 B 46 23 33 36 2A
Octal 246 224 62 0 13 106 43 63 66 52
Binary 10100110 10010100 110010 0 1011 1000110 100011 110011 110110 101010

Color Harmonies of #A69432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69432

Black with #A69432

Text Example


Text Example

White with #A69432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69432; }

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

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

background-color css

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

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

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

border-color css

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

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

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