#A08F31

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

Shades of Reef Gold #A08F31

Tints of Reef Gold #A08F31

Color information

#A08F31 (or 0xA08F31) is unknown color: approx Reef Gold. HEX triplet: A0, 8F and 31. RGB value is (160,143,49). Sum of RGB (Red+Green+Blue) = 160+143+49=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 143 (56.25% from 255 or 40.62% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A08F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08F31 is #5F70CE. Grayscale: #898989. Windows color (decimal): -6254799 or 3248032. OLE color: 3248032.

HSL color Cylindrical-coordinate representation of color #A08F31: hue angle of 50.81º degrees, saturation: 0.53, 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 #A08F31 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB16014349-
CMYK00.110.690.37
HSL50.81º53.11%40.98%-
HSV(B)50.81º69.38%62.75%-
XYZ24.8727.346.87-
YUV137.3778.13144.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 143 (56.25% from 255) = 40.62%
BLUE value IS 49 (19.53% from 255) = 13.92%
R=45.45%
G=40.62%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601434900.110.690.3750.8153.1140.98
HexA08F310B4525333529
Octal2402176101310545636551
Binary1010000010001111110001010111000101100101110011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08F31; }

 p { color: rgb(160,143,49); }

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

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

 a { background-color: rgb(160,143,49); }

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

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

 span { border-color: rgb(160,143,49); }

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