#A0922E

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

Shades of Reef Gold #A0922E

Tints of Reef Gold #A0922E

Color information

#A0922E (or 0xA0922E) is unknown color: approx Reef Gold. HEX triplet: A0, 92 and 2E. RGB value is (160,146,46). Sum of RGB (Red+Green+Blue) = 160+146+46=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A0922E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0922E is #5F6DD1. Grayscale: #8B8B8B. Windows color (decimal): -6254034 or 3052192. OLE color: 3052192.

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

Color convert

RGB16014646-
CMYK00.090.710.37
HSL52.63º55.34%40.39%-
HSV(B)52.63º71.25%62.75%-
XYZ25.2728.236.7-
YUV138.7975.64143.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 146 (57.42% from 255) = 41.48%
BLUE value IS 46 (18.36% from 255) = 13.07%
R=45.45%
G=41.48%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601464600.090.710.3752.6355.3440.39
HexA0922E094725353728
Octal2402225601110745656750
Binary1010000010010010101110010011000111100101110101110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0922E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0922E; }

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

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

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

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

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

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

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

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