#A77263

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

Shades of Toast #A77263

Tints of Toast #A77263

Color information

#A77263 (or 0xA77263) is unknown color: approx Toast. HEX triplet: A7, 72 and 63. RGB value is (167,114,99). Sum of RGB (Red+Green+Blue) = 167+114+99=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 167 - color contains mainly: red. Hex color #A77263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77263 is #588D9C. Grayscale: #808080. Windows color (decimal): -5803421 or 6517415. OLE color: 6517415.

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

Color convert

RGB16711499-
CMYK00.320.410.35
HSL13.24º27.87%52.16%-
HSV(B)13.24º40.72%65.49%-
XYZ24.2121.1514.61-
YUV128.14111.56155.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.95%
GREEN value IS 114 (44.92% from 255) = 30%
BLUE value IS 99 (39.06% from 255) = 26.05%
R=43.95%
G=30%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671149900.320.410.3513.2427.8752.16
HexA772630202923d1c34
Octal2471621430405143153464
Binary10100111111001011000110100000101001100011110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77263; }

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

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

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

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

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

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

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

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