Html Css Color HEX #AB6340 Tuscany

📋 copy color: '#AB6340'

red 171 ◦ green 99 ◦ blue 64

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

Shades of Tuscany #AB6340

Tints of Tuscany #AB6340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.64%

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

R = 51.2%
G = 29.64%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB6340 (or 0xAB6340) is known color: Tuscany. HEX triplet: AB, 63 and 40. RGB value is (171,99,64). Sum of RGB (Red+Green+Blue) = 171+99+64=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6340 is #549CBF. Grayscale: #747474. Windows color (decimal): -5545152 or 4219819. OLE color: 4219819.

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

Color convert

RGB 171 99 64 -
CMYK 0 0.42 0.63 0.33
HSL 19.63º 0.46% 0.46% -
HSV(B) 19.63º 0.63% 0.67% -
XYZ 22.18 17.95 7.15 -
YUV 116.54 98.35 166.85 -
System Red Green Blue C M Y K H S L
Decimal 171 99 64 0 0.42 0.63 0.33 19.63 0.46 0.46
Hex AB 63 40 0 2A 3F 21 14 2E 2E
Octal 253 143 100 0 52 77 41 24 56 56
Binary 10101011 1100011 1000000 0 101010 111111 100001 10100 101110 101110

Color Harmonies of #AB6340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6340

Black with #AB6340

Text Example


Text Example

White with #AB6340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6340; }

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

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

background-color css

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

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

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

border-color css

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

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

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