#A19234

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

Shades of Reef Gold #A19234

Tints of Reef Gold #A19234

Color information

#A19234 (or 0xA19234) is unknown color: approx Reef Gold. HEX triplet: A1, 92 and 34. RGB value is (161,146,52). Sum of RGB (Red+Green+Blue) = 161+146+52=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A19234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19234 is #5E6DCB. Grayscale: #8C8C8C. Windows color (decimal): -6188492 or 3445409. OLE color: 3445409.

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

Color convert

RGB16114652-
CMYK00.090.680.37
HSL51.74º51.17%41.76%-
HSV(B)51.74º67.7%63.14%-
XYZ25.628.387.38-
YUV139.7778.47143.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 146 (57.42% from 255) = 40.67%
BLUE value IS 52 (20.70% from 255) = 14.48%
R=44.85%
G=40.67%
B=14.48%

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
Decimal1611465200.090.680.3751.7451.1741.76
HexA1923409442534332a
Octal2412226401110445646352
Binary1010000110010010110100010011000100100101110100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19234; }

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

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

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

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

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

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

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

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