#a1922c

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

Shades of Reef Gold #A1922C

Tints of Reef Gold #A1922C

Color information

#A1922C (or 0xA1922C) is unknown color: approx Reef Gold. HEX triplet: A1, 92 and 2C. RGB value is (161,146,44). Sum of RGB (Red+Green+Blue) = 161+146+44=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A1922C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1922C is #5E6DD3. Grayscale: #8B8B8B. Windows color (decimal): -6188500 or 2921121. OLE color: 2921121.

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

Color convert

RGB16114644-
CMYK00.090.730.37
HSL52.31º57.07%40.2%-
HSV(B)52.31º72.67%63.14%-
XYZ25.4328.326.51-
YUV138.8674.47143.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.87%
GREEN value IS 146 (57.42% from 255) = 41.60%
BLUE value IS 44 (17.58% from 255) = 12.54%
R=45.87%
G=41.60%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611464400.090.730.3752.3157.0740.2
HexA1922C094925343928
Octal2412225401111145647150
Binary1010000110010010101100010011001001100101110100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1922c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1922c; }

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

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

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

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

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

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

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

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