Html Css Color HEX #AB5C3F Tuscany

📋 copy color: '#AB5C3F'

red 171 ◦ green 92 ◦ blue 63

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

Shades of Tuscany #AB5C3F

Tints of Tuscany #AB5C3F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.22%

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

R = 52.45%
G = 28.22%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB5C3F (or 0xAB5C3F) is known color: Tuscany. HEX triplet: AB, 5C and 3F. RGB value is (171,92,63). Sum of RGB (Red+Green+Blue) = 171+92+63=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5C3F is #54A3C0. Grayscale: #707070. Windows color (decimal): -5546945 or 4152491. OLE color: 4152491.

HSL color Cylindrical-coordinate representation of color #AB5C3F: hue angle of 16.11º 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 #AB5C3F is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 92 63 -
CMYK 0 0.46 0.63 0.33
HSL 16.11º 0.46% 0.46% -
HSV(B) 16.11º 0.63% 0.67% -
XYZ 21.52 16.67 6.79 -
YUV 112.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 171 92 63 0 0.46 0.63 0.33 16.11 0.46 0.46
Hex AB 5C 3F 0 2E 3F 21 10 2E 2E
Octal 253 134 77 0 56 77 41 20 56 56
Binary 10101011 1011100 111111 0 101110 111111 100001 10000 101110 101110

Color Harmonies of #AB5C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5C3F

Black with #AB5C3F

Text Example


Text Example

White with #AB5C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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