Html Css Color HEX #AB5E3F Tuscany

📋 copy color: '#AB5E3F'

red 171 ◦ green 94 ◦ blue 63

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

Shades of Tuscany #AB5E3F

Tints of Tuscany #AB5E3F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.66%

 BLUE value IS 63 (25% from 255) = 19.21%

R = 52.13%
G = 28.66%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB5E3F (or 0xAB5E3F) is known color: Tuscany. HEX triplet: AB, 5E and 3F. RGB value is (171,94,63). Sum of RGB (Red+Green+Blue) = 171+94+63=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 94 (37.11% from 255 or 28.66% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E3F is #54A1C0. Grayscale: #717171. Windows color (decimal): -5546433 or 4153003. OLE color: 4153003.

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

Color convert

RGB 171 94 63 -
CMYK 0 0.45 0.63 0.33
HSL 17.22º 0.46% 0.46% -
HSV(B) 17.22º 0.63% 0.67% -
XYZ 21.69 17.02 6.84 -
YUV 113.49 99.51 169.02 -
System Red Green Blue C M Y K H S L
Decimal 171 94 63 0 0.45 0.63 0.33 17.22 0.46 0.46
Hex AB 5E 3F 0 2D 3F 21 11 2E 2E
Octal 253 136 77 0 55 77 41 21 56 56
Binary 10101011 1011110 111111 0 101101 111111 100001 10001 101110 101110

Color Harmonies of #AB5E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5E3F

Black with #AB5E3F

Text Example


Text Example

White with #AB5E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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