#A0922C

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

Shades of Reef Gold #A0922C

Tints of Reef Gold #A0922C

Color information

#A0922C (or 0xA0922C) is unknown color: approx Reef Gold. HEX triplet: A0, 92 and 2C. RGB value is (160,146,44). Sum of RGB (Red+Green+Blue) = 160+146+44=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0922C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0922C is #5F6DD3. Grayscale: #8A8A8A. Windows color (decimal): -6254036 or 2921120. OLE color: 2921120.

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

Color convert

RGB16014644-
CMYK00.090.720.37
HSL52.76º56.86%40%-
HSV(B)52.76º72.5%62.75%-
XYZ25.2328.216.5-
YUV138.5674.64143.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.71%
GREEN value IS 146 (57.42% from 255) = 41.71%
BLUE value IS 44 (17.58% from 255) = 12.57%
R=45.71%
G=41.71%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601464400.090.720.3752.7656.8640
HexA0922C094825353928
Octal2402225401111045657150
Binary1010000010010010101100010011001000100101110101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0922C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0922C; }

 p { color: rgb(160,146,44); }

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

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

 a { background-color: rgb(160,146,44); }

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

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

 span { border-color: rgb(160,146,44); }

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