#A47965

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

Shades of Toast #A47965

Tints of Toast #A47965

Color information

#A47965 (or 0xA47965) is unknown color: approx Toast. HEX triplet: A4, 79 and 65. RGB value is (164,121,101). Sum of RGB (Red+Green+Blue) = 164+121+101=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A47965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47965 is #5B869A. Grayscale: #838383. Windows color (decimal): -5998235 or 6650276. OLE color: 6650276.

HSL color Cylindrical-coordinate representation of color #A47965: hue angle of 19.05º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A47965 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB164121101-
CMYK00.260.380.36
HSL19.05º25.71%51.96%-
HSV(B)19.05º38.41%64.31%-
XYZ24.522.5115.37-
YUV131.58110.75151.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 121 (47.66% from 255) = 31.35%
BLUE value IS 101 (39.84% from 255) = 26.17%
R=42.49%
G=31.35%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412110100.260.380.3619.0525.7151.96
HexA4796501A2624131a34
Octal2441711450324644233264
Binary10100100111100111001010110101001101001001001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47965; }

 p { color: rgb(164,121,101); }

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

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

 a { background-color: rgb(164,121,101); }

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

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

 span { border-color: rgb(164,121,101); }

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