#A47967

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

Shades of Toast #A47967

Tints of Toast #A47967

Color information

#A47967 (or 0xA47967) is unknown color: approx Toast. HEX triplet: A4, 79 and 67. RGB value is (164,121,103). Sum of RGB (Red+Green+Blue) = 164+121+103=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A47967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47967 is #5B8698. Grayscale: #838383. Windows color (decimal): -5998233 or 6781348. OLE color: 6781348.

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

Color convert

RGB164121103-
CMYK00.260.370.36
HSL17.7º25.1%52.35%-
HSV(B)17.7º37.2%64.31%-
XYZ24.622.5515.89-
YUV131.8111.75150.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 121 (47.66% from 255) = 31.19%
BLUE value IS 103 (40.62% from 255) = 26.55%
R=42.27%
G=31.19%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412110300.260.370.3617.725.152.35
HexA4796701A2524121934
Octal2441711470324544223164
Binary10100100111100111001110110101001011001001001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47967; }

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

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

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

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

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

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

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

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