Html Css Color HEX #AB6249 Tuscany

📋 copy color: '#AB6249'

red 171 ◦ green 98 ◦ blue 73

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

Shades of Tuscany #AB6249

Tints of Tuscany #AB6249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.35%

R = 50%
G = 28.65%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB6249 (or 0xAB6249) is known color: Tuscany. HEX triplet: AB, 62 and 49. RGB value is (171,98,73). Sum of RGB (Red+Green+Blue) = 171+98+73=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6249 is #549DB6. Grayscale: #757575. Windows color (decimal): -5545399 or 4809387. OLE color: 4809387.

HSL color Cylindrical-coordinate representation of color #AB6249: hue angle of 15.31º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB6249 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 98 73 -
CMYK 0 0.43 0.57 0.33
HSL 15.31º 0.4% 0.48% -
HSV(B) 15.31º 0.57% 0.67% -
XYZ 22.36 17.87 8.57 -
YUV 116.98 103.18 166.53 -
System Red Green Blue C M Y K H S L
Decimal 171 98 73 0 0.43 0.57 0.33 15.31 0.4 0.48
Hex AB 62 49 0 2B 39 21 F 28 30
Octal 253 142 111 0 53 71 41 17 50 60
Binary 10101011 1100010 1001001 0 101011 111001 100001 1111 101000 110000

Color Harmonies of #AB6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6249

Black with #AB6249

Text Example


Text Example

White with #AB6249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6249; }

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

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

background-color css

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

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

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

border-color css

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

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

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