#A77465

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

Shades of Toast #A77465

Tints of Toast #A77465

Color information

#A77465 (or 0xA77465) is unknown color: approx Toast. HEX triplet: A7, 74 and 65. RGB value is (167,116,101). Sum of RGB (Red+Green+Blue) = 167+116+101=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A77465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77465 is #588B9A. Grayscale: #818181. Windows color (decimal): -5802907 or 6648999. OLE color: 6648999.

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

Color convert

RGB167116101-
CMYK00.310.400.35
HSL13.64º27.27%52.55%-
HSV(B)13.64º39.52%65.49%-
XYZ24.5321.6515.2-
YUV129.54111.9154.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.49%
GREEN value IS 116 (45.70% from 255) = 30.21%
BLUE value IS 101 (39.84% from 255) = 26.30%
R=43.49%
G=30.21%
B=26.30%

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
Decimal16711610100.310.400.3513.6427.2752.55
HexA7746501F2823e1b35
Octal2471641450375043163365
Binary1010011111101001100101011111101000100011111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77465; }

 p { color: rgb(167,116,101); }

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

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

 a { background-color: rgb(167,116,101); }

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

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

 span { border-color: rgb(167,116,101); }

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