Html Css Color HEX #AB6240 Tuscany

📋 copy color: '#AB6240'

red 171 ◦ green 98 ◦ blue 64

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

Shades of Tuscany #AB6240

Tints of Tuscany #AB6240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

 BLUE value IS 64 (25.39% from 255) = 19.22%

R = 51.35%
G = 29.43%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB6240 (or 0xAB6240) is known color: Tuscany. HEX triplet: AB, 62 and 40. RGB value is (171,98,64). Sum of RGB (Red+Green+Blue) = 171+98+64=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6240 is #549DBF. Grayscale: #747474. Windows color (decimal): -5545408 or 4219563. OLE color: 4219563.

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

Color convert

RGB 171 98 64 -
CMYK 0 0.43 0.63 0.33
HSL 19.07º 0.46% 0.46% -
HSV(B) 19.07º 0.63% 0.67% -
XYZ 22.09 17.76 7.12 -
YUV 115.95 98.68 167.26 -
System Red Green Blue C M Y K H S L
Decimal 171 98 64 0 0.43 0.63 0.33 19.07 0.46 0.46
Hex AB 62 40 0 2B 3F 21 13 2E 2E
Octal 253 142 100 0 53 77 41 23 56 56
Binary 10101011 1100010 1000000 0 101011 111111 100001 10011 101110 101110

Color Harmonies of #AB6240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6240

Black with #AB6240

Text Example


Text Example

White with #AB6240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6240; }

 p { color: rgb(171,98,64); }

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

background-color css

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

 a { background-color: rgb(171,98,64); }

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

border-color css

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

 span { border-color: rgb(171,98,64); }

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