#A19731

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

Shades of Reef Gold #A19731

Tints of Reef Gold #A19731

Color information

#A19731 (or 0xA19731) is unknown color: approx Reef Gold. HEX triplet: A1, 97 and 31. RGB value is (161,151,49). Sum of RGB (Red+Green+Blue) = 161+151+49=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A19731 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19731 is #5E68CE. Grayscale: #8E8E8E. Windows color (decimal): -6187215 or 3250081. OLE color: 3250081.

HSL color Cylindrical-coordinate representation of color #A19731: hue angle of 54.64º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A19731 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB16115149-
CMYK00.060.700.37
HSL54.64º53.33%41.18%-
HSV(B)54.64º69.57%63.14%-
XYZ26.3229.937.3-
YUV142.3675.31141.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.60%
GREEN value IS 151 (59.38% from 255) = 41.83%
BLUE value IS 49 (19.53% from 255) = 13.57%
R=44.60%
G=41.83%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611514900.060.700.3754.6453.3341.18
HexA19731064625373529
Octal241227610610645676551
Binary101000011001011111000101101000110100101110111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19731; }

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

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

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

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

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

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

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

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