Html Css Color HEX #A69932 Reef Gold

📋 copy color: '#A69932'

red 166 ◦ green 153 ◦ blue 50

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

Shades of Reef Gold #A69932

Tints of Reef Gold #A69932

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.46%

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

R = 44.99%
G = 41.46%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A69932 (or 0xA69932) is known color: Reef Gold. HEX triplet: A6, 99 and 32. RGB value is (166,153,50). Sum of RGB (Red+Green+Blue) = 166+153+50=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A69932 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69932 is #5966CD. Grayscale: #919191. Windows color (decimal): -5859022 or 3316134. OLE color: 3316134.

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

Color convert

RGB 166 153 50 -
CMYK 0 0.08 0.70 0.35
HSL 53.28º 0.54% 0.42% -
HSV(B) 53.28º 0.7% 0.65% -
XYZ 27.69 31.12 7.56 -
YUV 145.15 74.31 142.88 -
System Red Green Blue C M Y K H S L
Decimal 166 153 50 0 0.08 0.70 0.35 53.28 0.54 0.42
Hex A6 99 32 0 8 46 23 35 36 2A
Octal 246 231 62 0 10 106 43 65 66 52
Binary 10100110 10011001 110010 0 1000 1000110 100011 110101 110110 101010

Color Harmonies of #A69932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69932

Black with #A69932

Text Example


Text Example

White with #A69932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69932; }

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

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

background-color css

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

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

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

border-color css

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

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

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