#A08E3E

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

Shades of Reef Gold #A08E3E

Tints of Reef Gold #A08E3E

Color information

#A08E3E (or 0xA08E3E) is unknown color: approx Reef Gold. HEX triplet: A0, 8E and 3E. RGB value is (160,142,62). Sum of RGB (Red+Green+Blue) = 160+142+62=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A08E3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08E3E is #5F71C1. Grayscale: #8A8A8A. Windows color (decimal): -6255042 or 4099744. OLE color: 4099744.

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

Color convert

RGB16014262-
CMYK00.110.610.37
HSL48.98º44.14%43.53%-
HSV(B)48.98º61.25%62.75%-
XYZ25.0427.178.48-
YUV138.2684.96143.5-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 142 (55.86% from 255) = 39.01%
BLUE value IS 62 (24.61% from 255) = 17.03%
R=43.96%
G=39.01%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601426200.110.610.3748.9844.1443.53
HexA08E3E0B3D25312c2c
Octal240216760137545615454
Binary101000001000111011111001011111101100101110001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08E3E; }

 p { color: rgb(160,142,62); }

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

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

 a { background-color: rgb(160,142,62); }

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

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

 span { border-color: rgb(160,142,62); }

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