#A0933E

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

Shades of Reef Gold #A0933E

Tints of Reef Gold #A0933E

Color information

#A0933E (or 0xA0933E) is unknown color: approx Reef Gold. HEX triplet: A0, 93 and 3E. RGB value is (160,147,62). Sum of RGB (Red+Green+Blue) = 160+147+62=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A0933E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0933E is #5F6CC1. Grayscale: #8D8D8D. Windows color (decimal): -6253762 or 4101024. OLE color: 4101024.

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

Color convert

RGB16014762-
CMYK00.080.610.37
HSL52.04º44.14%43.53%-
HSV(B)52.04º61.25%62.75%-
XYZ25.828.698.74-
YUV141.283.31141.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.36%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 62 (24.61% from 255) = 16.80%
R=43.36%
G=39.84%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601476200.080.610.3752.0444.1443.53
HexA0933E083D25342c2c
Octal240223760107545645454
Binary101000001001001111111001000111101100101110100101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0933E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0933E; }

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

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

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

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

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

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

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

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