#A1913F

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

Shades of Reef Gold #A1913F

Tints of Reef Gold #A1913F

Color information

#A1913F (or 0xA1913F) is unknown color: approx Reef Gold. HEX triplet: A1, 91 and 3F. RGB value is (161,145,63). Sum of RGB (Red+Green+Blue) = 161+145+63=369 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.63% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 161 - color contains mainly: red. Hex color #A1913F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1913F is #5E6EC0. Grayscale: #8C8C8C. Windows color (decimal): -6188737 or 4166049. OLE color: 4166049.

HSL color Cylindrical-coordinate representation of color #A1913F: hue angle of 50.2º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A1913F is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB16114563-
CMYK00.100.610.37
HSL50.2º43.75%43.92%-
HSV(B)50.2º60.87%63.14%-
XYZ25.7228.198.79-
YUV140.4484.3142.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.63%
GREEN value IS 145 (57.03% from 255) = 39.30%
BLUE value IS 63 (25% from 255) = 17.07%
R=43.63%
G=39.30%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611456300.100.610.3750.243.7543.92
HexA1913F0A3D25322c2c
Octal241221770127545625454
Binary101000011001000111111101010111101100101110010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1913F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1913F; }

 p { color: rgb(161,145,63); }

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

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

 a { background-color: rgb(161,145,63); }

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

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

 span { border-color: rgb(161,145,63); }

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