#A69733

Color #A69733 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #A69733

Tints of Reef Gold #A69733

Color information

#A69733 (or 0xA69733) is unknown color: approx Reef Gold. HEX triplet: A6, 97 and 33. RGB value is (166,151,51). Sum of RGB (Red+Green+Blue) = 166+151+51=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 51 (20.31% from 255 or 13.86% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A69733 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69733 is #5968CC. Grayscale: #909090. Windows color (decimal): -5859533 or 3381158. OLE color: 3381158.

HSL color Cylindrical-coordinate representation of color #A69733: hue angle of 52.17º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A69733 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB16615151-
CMYK00.090.690.35
HSL52.17º53%42.55%-
HSV(B)52.17º69.28%65.1%-
XYZ27.3930.487.57-
YUV144.0875.47143.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.11%
GREEN value IS 151 (59.38% from 255) = 41.03%
BLUE value IS 51 (20.31% from 255) = 13.86%
R=45.11%
G=41.03%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661515100.090.690.3552.175342.55
HexA6973309452334352b
Octal2462276301110543646553
Binary1010011010010111110011010011000101100011110100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69733; }

 p { color: rgb(166,151,51); }

 H1.HeaderClassName
 {
   color: #A69733;
 }
 .AnyTagClassName
 {
   color: #A69733;
 }
</style>
background-color css

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

 a { background-color: rgb(166,151,51); }

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

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

 span { border-color: rgb(166,151,51); }

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