#A67263

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

Shades of Toast #A67263

Tints of Toast #A67263

Color information

#A67263 (or 0xA67263) is unknown color: approx Toast. HEX triplet: A6, 72 and 63. RGB value is (166,114,99). Sum of RGB (Red+Green+Blue) = 166+114+99=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A67263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67263 is #598D9C. Grayscale: #7F7F7F. Windows color (decimal): -5868957 or 6517414. OLE color: 6517414.

HSL color Cylindrical-coordinate representation of color #A67263: hue angle of 13.43º 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 #A67263 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB16611499-
CMYK00.310.400.35
HSL13.43º27.35%51.96%-
HSV(B)13.43º40.36%65.1%-
XYZ2421.0414.6-
YUV127.84111.73155.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.80%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 99 (39.06% from 255) = 26.12%
R=43.80%
G=30.08%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661149900.310.400.3513.4327.3551.96
HexA6726301F2823d1b34
Octal2461621430375043153364
Binary1010011011100101100011011111101000100011110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67263; }

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

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

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

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

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

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

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

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