#A47867

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

Shades of Toast #A47867

Tints of Toast #A47867

Color information

#A47867 (or 0xA47867) is unknown color: approx Toast. HEX triplet: A4, 78 and 67. RGB value is (164,120,103). Sum of RGB (Red+Green+Blue) = 164+120+103=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A47867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47867 is #5B8798. Grayscale: #838383. Windows color (decimal): -5998489 or 6781092. OLE color: 6781092.

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

Color convert

RGB164120103-
CMYK00.270.370.36
HSL16.72º25.1%52.35%-
HSV(B)16.72º37.2%64.31%-
XYZ24.4722.315.85-
YUV131.22112.08151.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 103 (40.62% from 255) = 26.61%
R=42.38%
G=31.01%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16412010300.270.370.3616.7225.152.35
HexA4786701B2524111934
Octal2441701470334544213164
Binary10100100111100011001110110111001011001001000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47867; }

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

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

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

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

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

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

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

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