Html Css Color HEX #AB5E42 Tuscany

📋 copy color: '#AB5E42'

red 171 ◦ green 94 ◦ blue 66

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

Shades of Tuscany #AB5E42

Tints of Tuscany #AB5E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.94%

R = 51.66%
G = 28.4%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AB5E42 (or 0xAB5E42) is known color: Tuscany. HEX triplet: AB, 5E and 42. RGB value is (171,94,66). Sum of RGB (Red+Green+Blue) = 171+94+66=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E42 is #54A1BD. Grayscale: #727272. Windows color (decimal): -5546430 or 4349611. OLE color: 4349611.

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

Color convert

RGB 171 94 66 -
CMYK 0 0.45 0.61 0.33
HSL 16º 0.44% 0.46% -
HSV(B) 16º 0.61% 0.67% -
XYZ 21.78 17.06 7.3 -
YUV 113.83 101.01 168.78 -
System Red Green Blue C M Y K H S L
Decimal 171 94 66 0 0.45 0.61 0.33 16 0.44 0.46
Hex AB 5E 42 0 2D 3D 21 10 2C 2E
Octal 253 136 102 0 55 75 41 20 54 56
Binary 10101011 1011110 1000010 0 101101 111101 100001 10000 101100 101110

Color Harmonies of #AB5E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5E42

Black with #AB5E42

Text Example


Text Example

White with #AB5E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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