#A49338

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

Shades of Reef Gold #A49338

Tints of Reef Gold #A49338

Color information

#A49338 (or 0xA49338) is unknown color: approx Reef Gold. HEX triplet: A4, 93 and 38. RGB value is (164,147,56). Sum of RGB (Red+Green+Blue) = 164+147+56=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A49338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49338 is #5B6CC7. Grayscale: #8E8E8E. Windows color (decimal): -5991624 or 3707812. OLE color: 3707812.

HSL color Cylindrical-coordinate representation of color #A49338: hue angle of 50.56º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A49338 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB16414756-
CMYK00.100.660.36
HSL50.56º49.09%43.14%-
HSV(B)50.56º65.85%64.31%-
XYZ26.4629.057.95-
YUV141.7179.63143.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.69%
GREEN value IS 147 (57.81% from 255) = 40.05%
BLUE value IS 56 (22.27% from 255) = 15.26%
R=44.69%
G=40.05%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641475600.100.660.3650.5649.0943.14
HexA493380A422433312b
Octal2442237001210244636153
Binary1010010010010011111000010101000010100100110011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49338; }

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

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

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

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

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

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

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

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