#A08B32

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

Shades of Reef Gold #A08B32

Tints of Reef Gold #A08B32

Color information

#A08B32 (or 0xA08B32) is unknown color: approx Reef Gold. HEX triplet: A0, 8B and 32. RGB value is (160,139,50). Sum of RGB (Red+Green+Blue) = 160+139+50=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08B32 is #5F74CD. Grayscale: #878787. Windows color (decimal): -6255822 or 3312544. OLE color: 3312544.

HSL color Cylindrical-coordinate representation of color #A08B32: hue angle of 48.55º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A08B32 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB16013950-
CMYK00.130.690.37
HSL48.55º52.38%41.18%-
HSV(B)48.55º68.75%62.75%-
XYZ24.3126.176.79-
YUV135.1379.96145.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 139 (54.69% from 255) = 39.83%
BLUE value IS 50 (19.92% from 255) = 14.33%
R=45.85%
G=39.83%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601395000.130.690.3748.5552.3841.18
HexA08B320D4525313429
Octal2402136201510545616451
Binary1010000010001011110010011011000101100101110001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08B32; }

 p { color: rgb(160,139,50); }

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

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

 a { background-color: rgb(160,139,50); }

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

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

 span { border-color: rgb(160,139,50); }

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