#A1972E

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

Shades of Reef Gold #A1972E

Tints of Reef Gold #A1972E

Color information

#A1972E (or 0xA1972E) is unknown color: approx Reef Gold. HEX triplet: A1, 97 and 2E. RGB value is (161,151,46). Sum of RGB (Red+Green+Blue) = 161+151+46=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A1972E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1972E is #5E68D1. Grayscale: #8E8E8E. Windows color (decimal): -6187218 or 3053473. OLE color: 3053473.

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

Color convert

RGB16115146-
CMYK00.060.710.37
HSL54.78º55.56%40.59%-
HSV(B)54.78º71.43%63.14%-
XYZ26.2629.916.97-
YUV142.0273.81141.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 151 (59.38% from 255) = 42.18%
BLUE value IS 46 (18.36% from 255) = 12.85%
R=44.97%
G=42.18%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611514600.060.710.3754.7855.5640.59
HexA1972E064725373829
Octal241227560610745677051
Binary101000011001011110111001101000111100101110111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1972E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1972E; }

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

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

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

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

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

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

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

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