#A19338

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

Shades of Reef Gold #A19338

Tints of Reef Gold #A19338

Color information

#A19338 (or 0xA19338) is unknown color: approx Reef Gold. HEX triplet: A1, 93 and 38. RGB value is (161,147,56). Sum of RGB (Red+Green+Blue) = 161+147+56=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A19338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19338 is #5E6CC7. Grayscale: #8D8D8D. Windows color (decimal): -6188232 or 3707809. OLE color: 3707809.

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

Color convert

RGB16114756-
CMYK00.090.650.37
HSL52º48.39%42.55%-
HSV(B)52º65.22%63.14%-
XYZ25.8528.737.92-
YUV140.8180.14142.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.23%
GREEN value IS 147 (57.81% from 255) = 40.38%
BLUE value IS 56 (22.27% from 255) = 15.38%
R=44.23%
G=40.38%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611475600.090.650.375248.3942.55
HexA1933809412534302b
Octal2412237001110145646053
Binary1010000110010011111000010011000001100101110100110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19338; }

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

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

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

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

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

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

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

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