#AB7762

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

Shades of Toast #AB7762

Tints of Toast #AB7762

Color information

#AB7762 (or 0xAB7762) is unknown color: approx Toast. HEX triplet: AB, 77 and 62. RGB value is (171,119,98). Sum of RGB (Red+Green+Blue) = 171+119+98=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7762 is #54889D. Grayscale: #848484. Windows color (decimal): -5539998 or 6453163. OLE color: 6453163.

HSL color Cylindrical-coordinate representation of color #AB7762: hue angle of 17.26º degrees, saturation: 0.3, 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 #AB7762 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17111998-
CMYK00.300.430.33
HSL17.26º30.29%52.75%-
HSV(B)17.26º42.69%67.06%-
XYZ25.622.7314.59-
YUV132.15108.73155.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.07%
GREEN value IS 119 (46.88% from 255) = 30.67%
BLUE value IS 98 (38.67% from 255) = 25.26%
R=44.07%
G=30.67%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711199800.300.430.3317.2630.2952.75
HexAB776201E2B21111e35
Octal2531671420365341213665
Binary10101011111011111000100111101010111000011000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7762; }

 p { color: rgb(171,119,98); }

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

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

 a { background-color: rgb(171,119,98); }

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

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

 span { border-color: rgb(171,119,98); }

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