#A2933E

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

Shades of Reef Gold #A2933E

Tints of Reef Gold #A2933E

Color information

#A2933E (or 0xA2933E) is unknown color: approx Reef Gold. HEX triplet: A2, 93 and 3E. RGB value is (162,147,62). Sum of RGB (Red+Green+Blue) = 162+147+62=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2933E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2933E is #5D6CC1. Grayscale: #8E8E8E. Windows color (decimal): -6122690 or 4101026. OLE color: 4101026.

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

Color convert

RGB16214762-
CMYK00.090.620.36
HSL51º44.64%43.92%-
HSV(B)51º61.73%63.53%-
XYZ26.228.98.75-
YUV141.882.97142.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 147 (57.81% from 255) = 39.62%
BLUE value IS 62 (24.61% from 255) = 16.71%
R=43.67%
G=39.62%
B=16.71%

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
Decimal1621476200.090.620.365144.6443.92
HexA2933E093E24332d2c
Octal242223760117644635554
Binary101000101001001111111001001111110100100110011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2933E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2933E; }

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

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

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

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

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

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

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

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