#A0933B

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

Shades of Reef Gold #A0933B

Tints of Reef Gold #A0933B

Color information

#A0933B (or 0xA0933B) is unknown color: approx Reef Gold. HEX triplet: A0, 93 and 3B. RGB value is (160,147,59). Sum of RGB (Red+Green+Blue) = 160+147+59=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A0933B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0933B is #5F6CC4. Grayscale: #8D8D8D. Windows color (decimal): -6253765 or 3904416. OLE color: 3904416.

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

Color convert

RGB16014759-
CMYK00.080.630.37
HSL52.28º46.12%42.94%-
HSV(B)52.28º63.13%62.75%-
XYZ25.7228.668.31-
YUV140.8581.81141.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.72%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 59 (23.44% from 255) = 16.12%
R=43.72%
G=40.16%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601475900.080.630.3752.2846.1242.94
HexA0933B083F25342e2b
Octal240223730107745645653
Binary101000001001001111101101000111111100101110100101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0933B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0933B; }

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

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

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

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

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

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

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

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