#A0863B

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

Shades of Reef Gold #A0863B

Tints of Reef Gold #A0863B

Color information

#A0863B (or 0xA0863B) is unknown color: approx Reef Gold. HEX triplet: A0, 86 and 3B. RGB value is (160,134,59). Sum of RGB (Red+Green+Blue) = 160+134+59=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A0863B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0863B is #5F79C4. Grayscale: #858585. Windows color (decimal): -6257093 or 3901088. OLE color: 3901088.

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

Color convert

RGB16013459-
CMYK00.160.630.37
HSL44.55º46.12%42.94%-
HSV(B)44.55º63.13%62.75%-
XYZ23.8124.847.68-
YUV133.2286.11147.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.33%
GREEN value IS 134 (52.73% from 255) = 37.96%
BLUE value IS 59 (23.44% from 255) = 16.71%
R=45.33%
G=37.96%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601345900.160.630.3744.5546.1242.94
HexA0863B0103F252d2e2b
Octal240206730207745555653
Binary1010000010000110111011010000111111100101101101101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0863B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0863B; }

 p { color: rgb(160,134,59); }

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

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

 a { background-color: rgb(160,134,59); }

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

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

 span { border-color: rgb(160,134,59); }

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