#AB745A

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

Shades of Toast #AB745A

Tints of Toast #AB745A

Color information

#AB745A (or 0xAB745A) is unknown color: approx Toast. HEX triplet: AB, 74 and 5A. RGB value is (171,116,90). Sum of RGB (Red+Green+Blue) = 171+116+90=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB745A is #548BA5. Grayscale: #818181. Windows color (decimal): -5540774 or 5928107. OLE color: 5928107.

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

Color convert

RGB17111690-
CMYK00.320.470.33
HSL19.26º32.53%51.18%-
HSV(B)19.26º47.37%67.06%-
XYZ24.8921.8912.59-
YUV129.48105.72157.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.36%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=45.36%
G=30.77%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711169000.320.470.3319.2632.5351.18
HexAB745A0202F21132133
Octal2531641320405741234163
Binary1010101111101001011010010000010111110000110011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB745A; }

 p { color: rgb(171,116,90); }

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

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

 a { background-color: rgb(171,116,90); }

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

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

 span { border-color: rgb(171,116,90); }

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