#AB7661

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

Shades of Toast #AB7661

Tints of Toast #AB7661

Color information

#AB7661 (or 0xAB7661) is unknown color: approx Toast. HEX triplet: AB, 76 and 61. RGB value is (171,118,97). Sum of RGB (Red+Green+Blue) = 171+118+97=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7661 is #54899E. Grayscale: #838383. Windows color (decimal): -5540255 or 6387371. OLE color: 6387371.

HSL color Cylindrical-coordinate representation of color #AB7661: hue angle of 17.03º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB7661 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17111897-
CMYK00.310.430.33
HSL17.03º30.58%52.55%-
HSV(B)17.03º43.27%67.06%-
XYZ25.4322.4814.31-
YUV131.45108.56156.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.30%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 97 (38.28% from 255) = 25.13%
R=44.30%
G=30.57%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711189700.310.430.3317.0330.5852.55
HexAB766101F2B21111f35
Octal2531661410375341213765
Binary10101011111011011000010111111010111000011000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7661; }

 p { color: rgb(171,118,97); }

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

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

 a { background-color: rgb(171,118,97); }

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

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

 span { border-color: rgb(171,118,97); }

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