#A69A35

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

Shades of Reef Gold #A69A35

Tints of Reef Gold #A69A35

Color information

#A69A35 (or 0xA69A35) is unknown color: approx Reef Gold. HEX triplet: A6, 9A and 35. RGB value is (166,154,53). Sum of RGB (Red+Green+Blue) = 166+154+53=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 53 (21.09% from 255 or 14.21% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A69A35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69A35 is #5965CA. Grayscale: #929292. Windows color (decimal): -5858763 or 3512998. OLE color: 3512998.

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

Color convert

RGB16615453-
CMYK00.070.680.35
HSL53.63º51.6%42.94%-
HSV(B)53.63º68.07%65.1%-
XYZ27.9231.487.97-
YUV146.0775.48142.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 154 (60.55% from 255) = 41.29%
BLUE value IS 53 (21.09% from 255) = 14.21%
R=44.50%
G=41.29%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661545300.070.680.3553.6351.642.94
HexA69A3507442336342b
Octal246232650710443666453
Binary101001101001101011010101111000100100011110110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69A35; }

 p { color: rgb(166,154,53); }

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

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

 a { background-color: rgb(166,154,53); }

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

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

 span { border-color: rgb(166,154,53); }

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