#A69C35

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

Shades of Reef Gold #A69C35

Tints of Reef Gold #A69C35

Color information

#A69C35 (or 0xA69C35) is unknown color: approx Reef Gold. HEX triplet: A6, 9C and 35. RGB value is (166,156,53). Sum of RGB (Red+Green+Blue) = 166+156+53=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A69C35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A69C35 is #5963CA. Grayscale: #939393. Windows color (decimal): -5858251 or 3513510. OLE color: 3513510.

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

Color convert

RGB16615653-
CMYK00.060.680.35
HSL54.69º51.6%42.94%-
HSV(B)54.69º68.07%65.1%-
XYZ28.2632.148.08-
YUV147.2574.81141.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.27%
GREEN value IS 156 (61.33% from 255) = 41.6%
BLUE value IS 53 (21.09% from 255) = 14.13%
R=44.27%
G=41.6%
B=14.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661565300.060.680.3554.6951.642.94
HexA69C3506442337342b
Octal246234650610443676453
Binary101001101001110011010101101000100100011110111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69C35; }

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

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

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

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

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

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

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

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