#A08F3C

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

Shades of Reef Gold #A08F3C

Tints of Reef Gold #A08F3C

Color information

#A08F3C (or 0xA08F3C) is unknown color: approx Reef Gold. HEX triplet: A0, 8F and 3C. RGB value is (160,143,60). Sum of RGB (Red+Green+Blue) = 160+143+60=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08F3C is #5F70C3. Grayscale: #8A8A8A. Windows color (decimal): -6254788 or 3968928. OLE color: 3968928.

HSL color Cylindrical-coordinate representation of color #A08F3C: hue angle of 49.8º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A08F3C is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB16014360-
CMYK00.110.620.37
HSL49.8º45.45%43.14%-
HSV(B)49.8º62.5%62.75%-
XYZ25.1427.448.25-
YUV138.6283.63143.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 143 (56.25% from 255) = 39.39%
BLUE value IS 60 (23.83% from 255) = 16.53%
R=44.08%
G=39.39%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601436000.110.620.3749.845.4543.14
HexA08F3C0B3E25322d2b
Octal240217740137645625553
Binary101000001000111111110001011111110100101110010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08F3C; }

 p { color: rgb(160,143,60); }

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

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

 a { background-color: rgb(160,143,60); }

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

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

 span { border-color: rgb(160,143,60); }

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