#A2943E

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

Shades of Reef Gold #A2943E

Tints of Reef Gold #A2943E

Color information

#A2943E (or 0xA2943E) is unknown color: approx Reef Gold. HEX triplet: A2, 94 and 3E. RGB value is (162,148,62). Sum of RGB (Red+Green+Blue) = 162+148+62=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 62 (24.61% from 255 or 16.67% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A2943E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2943E is #5D6BC1. Grayscale: #8E8E8E. Windows color (decimal): -6122434 or 4101282. OLE color: 4101282.

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

Color convert

RGB16214862-
CMYK00.090.620.36
HSL51.6º44.64%43.92%-
HSV(B)51.6º61.73%63.53%-
XYZ26.3629.218.81-
YUV142.3882.64141.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 148 (58.20% from 255) = 39.78%
BLUE value IS 62 (24.61% from 255) = 16.67%
R=43.55%
G=39.78%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621486200.090.620.3651.644.6443.92
HexA2943E093E24342d2c
Octal242224760117644645554
Binary101000101001010011111001001111110100100110100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2943E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2943E; }

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

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

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

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

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

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

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

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