#A1962E

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

Shades of Reef Gold #A1962E

Tints of Reef Gold #A1962E

Color information

#A1962E (or 0xA1962E) is unknown color: approx Reef Gold. HEX triplet: A1, 96 and 2E. RGB value is (161,150,46). Sum of RGB (Red+Green+Blue) = 161+150+46=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1962E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1962E is #5E69D1. Grayscale: #8D8D8D. Windows color (decimal): -6187474 or 3053217. OLE color: 3053217.

HSL color Cylindrical-coordinate representation of color #A1962E: hue angle of 54.26º degrees, saturation: 0.56, 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 #A1962E is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB16115046-
CMYK00.070.710.37
HSL54.26º55.56%40.59%-
HSV(B)54.26º71.43%63.14%-
XYZ26.129.596.92-
YUV141.4374.14141.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 46 (18.36% from 255) = 12.89%
R=45.10%
G=42.02%
B=12.89%

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
Decimal1611504600.070.710.3754.2655.5640.59
HexA1962E074725363829
Octal241226560710745667051
Binary101000011001011010111001111000111100101110110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1962E; }

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

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

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

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

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

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

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

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