Html Css Color HEX #AB705E Toast

📋 copy color: '#AB705E'

red 171 ◦ green 112 ◦ blue 94

#AB705E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Toast #AB705E

Tints of Toast #AB705E

RGB

 RED value IS 171 (67.19% from 255) = 45.36%

 GREEN value IS 112 (44.14% from 255) = 29.71%

 BLUE value IS 94 (37.11% from 255) = 24.93%

R = 45.36%
G = 29.71%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AB705E (or 0xAB705E) is known color: Toast. HEX triplet: AB, 70 and 5E. RGB value is (171,112,94). Sum of RGB (Red+Green+Blue) = 171+112+94=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB705E is #548FA1. Grayscale: #7F7F7F. Windows color (decimal): -5541794 or 6189227. OLE color: 6189227.

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

Color convert

RGB 171 112 94 -
CMYK 0 0.35 0.45 0.33
HSL 14.03º 0.31% 0.52% -
HSV(B) 14.03º 0.45% 0.67% -
XYZ 24.61 21.05 13.36 -
YUV 127.59 109.05 158.96 -
System Red Green Blue C M Y K H S L
Decimal 171 112 94 0 0.35 0.45 0.33 14.03 0.31 0.52
Hex AB 70 5E 0 23 2D 21 E 1F 34
Octal 253 160 136 0 43 55 41 16 37 64
Binary 10101011 1110000 1011110 0 100011 101101 100001 1110 11111 110100

Color Harmonies of #AB705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB705E

Black with #AB705E

Text Example


Text Example

White with #AB705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB705E; }

 p { color: rgb(171,112,94); }

 H1.HeaderClassName
 {
   color: #AB705E;
 }
 .AnyTagClassName
 {
   color: #AB705E;
 }
</style>

background-color css

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

 a { background-color: rgb(171,112,94); }

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

border-color css

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

 span { border-color: rgb(171,112,94); }

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