#A08839

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

Shades of Reef Gold #A08839

Tints of Reef Gold #A08839

Color information

#A08839 (or 0xA08839) is unknown color: approx Reef Gold. HEX triplet: A0, 88 and 39. RGB value is (160,136,57). Sum of RGB (Red+Green+Blue) = 160+136+57=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 57 (22.66% from 255 or 16.15% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A08839 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08839 is #5F77C6. Grayscale: #868686. Windows color (decimal): -6256583 or 3770528. OLE color: 3770528.

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

Color convert

RGB16013657-
CMYK00.150.640.37
HSL46.02º47.47%42.55%-
HSV(B)46.02º64.38%62.75%-
XYZ24.0425.387.5-
YUV134.1784.45146.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.33%
GREEN value IS 136 (53.52% from 255) = 38.53%
BLUE value IS 57 (22.66% from 255) = 16.15%
R=45.33%
G=38.53%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601365700.150.640.3746.0247.4742.55
HexA088390F40252e2f2b
Octal2402107101710045565753
Binary1010000010001000111001011111000000100101101110101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08839; }

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

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

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

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

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

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

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

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