#A19134

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

Shades of Reef Gold #A19134

Tints of Reef Gold #A19134

Color information

#A19134 (or 0xA19134) is unknown color: approx Reef Gold. HEX triplet: A1, 91 and 34. RGB value is (161,145,52). Sum of RGB (Red+Green+Blue) = 161+145+52=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 145 (57.03% from 255 or 40.50% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A19134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19134 is #5E6ECB. Grayscale: #8B8B8B. Windows color (decimal): -6188748 or 3445153. OLE color: 3445153.

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

Color convert

RGB16114552-
CMYK00.100.680.37
HSL51.19º51.17%41.76%-
HSV(B)51.19º67.7%63.14%-
XYZ25.4428.087.33-
YUV139.1878.8143.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 145 (57.03% from 255) = 40.50%
BLUE value IS 52 (20.70% from 255) = 14.53%
R=44.97%
G=40.50%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611455200.100.680.3751.1951.1741.76
HexA191340A442533332a
Octal2412216401210445636352
Binary1010000110010001110100010101000100100101110011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19134; }

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

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

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

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

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

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

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

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