#A19334

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

Shades of Reef Gold #A19334

Tints of Reef Gold #A19334

Color information

#A19334 (or 0xA19334) is unknown color: approx Reef Gold. HEX triplet: A1, 93 and 34. RGB value is (161,147,52). Sum of RGB (Red+Green+Blue) = 161+147+52=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A19334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19334 is #5E6CCB. Grayscale: #8C8C8C. Windows color (decimal): -6188236 or 3445665. OLE color: 3445665.

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

Color convert

RGB16114752-
CMYK00.090.680.37
HSL52.29º51.17%41.76%-
HSV(B)52.29º67.7%63.14%-
XYZ25.7528.697.43-
YUV140.3678.14142.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 147 (57.81% from 255) = 40.83%
BLUE value IS 52 (20.70% from 255) = 14.44%
R=44.72%
G=40.83%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611475200.090.680.3752.2951.1741.76
HexA1933409442534332a
Octal2412236401110445646352
Binary1010000110010011110100010011000100100101110100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19334; }

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

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

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

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

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

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

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

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