#A2942E

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

Shades of Reef Gold #A2942E

Tints of Reef Gold #A2942E

Color information

#A2942E (or 0xA2942E) is unknown color: approx Reef Gold. HEX triplet: A2, 94 and 2E. RGB value is (162,148,46). Sum of RGB (Red+Green+Blue) = 162+148+46=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A2942E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2942E is #5D6BD1. Grayscale: #8C8C8C. Windows color (decimal): -6122450 or 3052706. OLE color: 3052706.

HSL color Cylindrical-coordinate representation of color #A2942E: hue angle of 52.76º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2942E is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB16214846-
CMYK00.090.720.36
HSL52.76º55.77%40.78%-
HSV(B)52.76º71.6%63.53%-
XYZ25.9829.066.82-
YUV140.5674.64143.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.51%
GREEN value IS 148 (58.20% from 255) = 41.57%
BLUE value IS 46 (18.36% from 255) = 12.92%
R=45.51%
G=41.57%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621484600.090.720.3652.7655.7740.78
HexA2942E094824353829
Octal2422245601111044657051
Binary1010001010010100101110010011001000100100110101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2942E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2942E; }

 p { color: rgb(162,148,46); }

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

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

 a { background-color: rgb(162,148,46); }

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

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

 span { border-color: rgb(162,148,46); }

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