#A1962F

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

Shades of Reef Gold #A1962F

Tints of Reef Gold #A1962F

Color information

#A1962F (or 0xA1962F) is unknown color: approx Reef Gold. HEX triplet: A1, 96 and 2F. RGB value is (161,150,47). Sum of RGB (Red+Green+Blue) = 161+150+47=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A1962F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1962F is #5E69D0. Grayscale: #8D8D8D. Windows color (decimal): -6187473 or 3118753. OLE color: 3118753.

HSL color Cylindrical-coordinate representation of color #A1962F: hue angle of 54.21º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1962F is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB16115047-
CMYK00.070.710.37
HSL54.21º54.81%40.78%-
HSV(B)54.21º70.81%63.14%-
XYZ26.1229.597.03-
YUV141.5574.64141.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 150 (58.98% from 255) = 41.90%
BLUE value IS 47 (18.75% from 255) = 13.13%
R=44.97%
G=41.90%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611504700.070.710.3754.2154.8140.78
HexA1962F074725363729
Octal241226570710745666751
Binary101000011001011010111101111000111100101110110110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1962F; }

 p { color: rgb(161,150,47); }

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

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

 a { background-color: rgb(161,150,47); }

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

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

 span { border-color: rgb(161,150,47); }

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