#A19638

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

Shades of Reef Gold #A19638

Tints of Reef Gold #A19638

Color information

#A19638 (or 0xA19638) is unknown color: approx Reef Gold. HEX triplet: A1, 96 and 38. RGB value is (161,150,56). Sum of RGB (Red+Green+Blue) = 161+150+56=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A19638 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19638 is #5E69C7. Grayscale: #8E8E8E. Windows color (decimal): -6187464 or 3708577. OLE color: 3708577.

HSL color Cylindrical-coordinate representation of color #A19638: hue angle of 53.71º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A19638 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB16115056-
CMYK00.070.650.37
HSL53.71º48.39%42.55%-
HSV(B)53.71º65.22%63.14%-
XYZ26.3229.688.08-
YUV142.5779.14141.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 150 (58.98% from 255) = 40.87%
BLUE value IS 56 (22.27% from 255) = 15.26%
R=43.87%
G=40.87%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611505600.070.650.3753.7148.3942.55
HexA1963807412536302b
Octal241226700710145666053
Binary101000011001011011100001111000001100101110110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19638; }

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

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

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

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

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

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

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

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