#A67163

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

Shades of Toast #A67163

Tints of Toast #A67163

Color information

#A67163 (or 0xA67163) is unknown color: approx Toast. HEX triplet: A6, 71 and 63. RGB value is (166,113,99). Sum of RGB (Red+Green+Blue) = 166+113+99=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A67163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67163 is #598E9C. Grayscale: #7F7F7F. Windows color (decimal): -5869213 or 6517158. OLE color: 6517158.

HSL color Cylindrical-coordinate representation of color #A67163: hue angle of 12.54º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A67163 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB16611399-
CMYK00.320.400.35
HSL12.54º27.35%51.96%-
HSV(B)12.54º40.36%65.1%-
XYZ23.8820.8214.56-
YUV127.25112.06155.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.92%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 99 (39.06% from 255) = 26.19%
R=43.92%
G=29.89%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661139900.320.400.3512.5427.3551.96
HexA671630202823d1b34
Octal2461611430405043153364
Binary10100110111000111000110100000101000100011110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67163; }

 p { color: rgb(166,113,99); }

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

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

 a { background-color: rgb(166,113,99); }

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

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

 span { border-color: rgb(166,113,99); }

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