#A0913E

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

Shades of Reef Gold #A0913E

Tints of Reef Gold #A0913E

Color information

#A0913E (or 0xA0913E) is unknown color: approx Reef Gold. HEX triplet: A0, 91 and 3E. RGB value is (160,145,62). Sum of RGB (Red+Green+Blue) = 160+145+62=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0913E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0913E is #5F6EC1. Grayscale: #8C8C8C. Windows color (decimal): -6254274 or 4100512. OLE color: 4100512.

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

Color convert

RGB16014562-
CMYK00.090.610.37
HSL50.82º44.14%43.53%-
HSV(B)50.82º61.25%62.75%-
XYZ25.4928.078.63-
YUV140.0283.97142.25-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 145 (57.03% from 255) = 39.51%
BLUE value IS 62 (24.61% from 255) = 16.89%
R=43.60%
G=39.51%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601456200.090.610.3750.8244.1443.53
HexA0913E093D25332c2c
Octal240221760117545635454
Binary101000001001000111111001001111101100101110011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0913E; }

 p { color: rgb(160,145,62); }

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

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

 a { background-color: rgb(160,145,62); }

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

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

 span { border-color: rgb(160,145,62); }

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