#A0883B

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

Shades of Reef Gold #A0883B

Tints of Reef Gold #A0883B

Color information

#A0883B (or 0xA0883B) is unknown color: approx Reef Gold. HEX triplet: A0, 88 and 3B. RGB value is (160,136,59). Sum of RGB (Red+Green+Blue) = 160+136+59=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A0883B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0883B is #5F77C4. Grayscale: #868686. Windows color (decimal): -6256581 or 3901600. OLE color: 3901600.

HSL color Cylindrical-coordinate representation of color #A0883B: hue angle of 45.74º 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 #A0883B is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB16013659-
CMYK00.150.630.37
HSL45.74º46.12%42.94%-
HSV(B)45.74º63.13%62.75%-
XYZ24.0925.47.77-
YUV134.485.45146.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 136 (53.52% from 255) = 38.31%
BLUE value IS 59 (23.44% from 255) = 16.62%
R=45.07%
G=38.31%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601365900.150.630.3745.7446.1242.94
HexA0883B0F3F252e2e2b
Octal240210730177745565653
Binary101000001000100011101101111111111100101101110101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0883B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0883B; }

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

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

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

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

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

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

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

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