#A87263

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

Shades of Toast #A87263

Tints of Toast #A87263

Color information

#A87263 (or 0xA87263) is unknown color: approx Toast. HEX triplet: A8, 72 and 63. RGB value is (168,114,99). Sum of RGB (Red+Green+Blue) = 168+114+99=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A87263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87263 is #578D9C. Grayscale: #808080. Windows color (decimal): -5737885 or 6517416. OLE color: 6517416.

HSL color Cylindrical-coordinate representation of color #A87263: hue angle of 13.04º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A87263 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB16811499-
CMYK00.320.410.34
HSL13.04º28.4%52.35%-
HSV(B)13.04º41.07%65.88%-
XYZ24.4221.2614.62-
YUV128.44111.39156.22-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.09%
GREEN value IS 114 (44.92% from 255) = 29.92%
BLUE value IS 99 (39.06% from 255) = 25.98%
R=44.09%
G=29.92%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681149900.320.410.3413.0428.452.35
HexA872630202922d1c34
Octal2501621430405142153464
Binary10101000111001011000110100000101001100010110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87263; }

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

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

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

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

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

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

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

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