#A2913E

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

Shades of Reef Gold #A2913E

Tints of Reef Gold #A2913E

Color information

#A2913E (or 0xA2913E) is unknown color: approx Reef Gold. HEX triplet: A2, 91 and 3E. RGB value is (162,145,62). Sum of RGB (Red+Green+Blue) = 162+145+62=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 62 (24.61% from 255 or 16.80% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A2913E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2913E is #5D6EC1. Grayscale: #8C8C8C. Windows color (decimal): -6123202 or 4100514. OLE color: 4100514.

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

Color convert

RGB16214562-
CMYK00.100.620.36
HSL49.8º44.64%43.92%-
HSV(B)49.8º61.73%63.53%-
XYZ25.928.288.65-
YUV140.6283.63143.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 145 (57.03% from 255) = 39.30%
BLUE value IS 62 (24.61% from 255) = 16.80%
R=43.90%
G=39.30%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621456200.100.620.3649.844.6443.92
HexA2913E0A3E24322d2c
Octal242221760127644625554
Binary101000101001000111111001010111110100100110010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2913E; }

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

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

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

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

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

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

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

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