#A19631

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

Shades of Reef Gold #A19631

Tints of Reef Gold #A19631

Color information

#A19631 (or 0xA19631) is unknown color: approx Reef Gold. HEX triplet: A1, 96 and 31. RGB value is (161,150,49). Sum of RGB (Red+Green+Blue) = 161+150+49=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A19631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19631 is #5E69CE. Grayscale: #8E8E8E. Windows color (decimal): -6187471 or 3249825. OLE color: 3249825.

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

Color convert

RGB16115049-
CMYK00.070.700.37
HSL54.11º53.33%41.18%-
HSV(B)54.11º69.57%63.14%-
XYZ26.1629.617.24-
YUV141.7875.64141.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 150 (58.98% from 255) = 41.67%
BLUE value IS 49 (19.53% from 255) = 13.61%
R=44.72%
G=41.67%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611504900.070.700.3754.1153.3341.18
HexA19631074625363529
Octal241226610710645666551
Binary101000011001011011000101111000110100101110110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19631; }

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

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

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

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

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

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

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

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