Html Css Color HEX #AB5E3A Tuscany

📋 copy color: '#AB5E3A'

red 171 ◦ green 94 ◦ blue 58

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

Shades of Tuscany #AB5E3A

Tints of Tuscany #AB5E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.96%

R = 52.94%
G = 29.1%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB5E3A (or 0xAB5E3A) is known color: Tuscany. HEX triplet: AB, 5E and 3A. RGB value is (171,94,58). Sum of RGB (Red+Green+Blue) = 171+94+58=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E3A is #54A1C5. Grayscale: #717171. Windows color (decimal): -5546438 or 3825323. OLE color: 3825323.

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

Color convert

RGB 171 94 58 -
CMYK 0 0.45 0.66 0.33
HSL 19.12º 0.49% 0.45% -
HSV(B) 19.12º 0.66% 0.67% -
XYZ 21.56 16.97 6.14 -
YUV 112.92 97.01 169.43 -
System Red Green Blue C M Y K H S L
Decimal 171 94 58 0 0.45 0.66 0.33 19.12 0.49 0.45
Hex AB 5E 3A 0 2D 42 21 13 31 2D
Octal 253 136 72 0 55 102 41 23 61 55
Binary 10101011 1011110 111010 0 101101 1000010 100001 10011 110001 101101

Color Harmonies of #AB5E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5E3A

Black with #AB5E3A

Text Example


Text Example

White with #AB5E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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