Html Css Color HEX #AB705F Toast

📋 copy color: '#AB705F'

red 171 ◦ green 112 ◦ blue 95

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

Shades of Toast #AB705F

Tints of Toast #AB705F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.13%

R = 45.24%
G = 29.63%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AB705F (or 0xAB705F) is known color: Toast. HEX triplet: AB, 70 and 5F. RGB value is (171,112,95). Sum of RGB (Red+Green+Blue) = 171+112+95=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB705F is #548FA0. Grayscale: #7F7F7F. Windows color (decimal): -5541793 or 6254763. OLE color: 6254763.

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

Color convert

RGB 171 112 95 -
CMYK 0 0.35 0.44 0.33
HSL 13.42º 0.31% 0.52% -
HSV(B) 13.42º 0.44% 0.67% -
XYZ 24.65 21.07 13.59 -
YUV 127.7 109.55 158.88 -
System Red Green Blue C M Y K H S L
Decimal 171 112 95 0 0.35 0.44 0.33 13.42 0.31 0.52
Hex AB 70 5F 0 23 2C 21 D 1F 34
Octal 253 160 137 0 43 54 41 15 37 64
Binary 10101011 1110000 1011111 0 100011 101100 100001 1101 11111 110100

Color Harmonies of #AB705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB705F

Black with #AB705F

Text Example


Text Example

White with #AB705F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB705F; }

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

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

background-color css

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

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

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

border-color css

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

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

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