#AB765B

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

Shades of Toast #AB765B

Tints of Toast #AB765B

Color information

#AB765B (or 0xAB765B) is unknown color: approx Toast. HEX triplet: AB, 76 and 5B. RGB value is (171,118,91). Sum of RGB (Red+Green+Blue) = 171+118+91=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 171 - color contains mainly: red. Hex color #AB765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB765B is #5489A4. Grayscale: #828282. Windows color (decimal): -5540261 or 5994155. OLE color: 5994155.

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

Color convert

RGB17111891-
CMYK00.310.470.33
HSL20.25º32.26%51.37%-
HSV(B)20.25º46.78%67.06%-
XYZ25.1622.3712.89-
YUV130.77105.56156.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45%
GREEN value IS 118 (46.48% from 255) = 31.05%
BLUE value IS 91 (35.94% from 255) = 23.95%
R=45%
G=31.05%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711189100.310.470.3320.2532.2651.37
HexAB765B01F2F21142033
Octal2531661330375741244063
Binary101010111110110101101101111110111110000110100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB765B; }

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

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

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

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

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

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

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

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