Html Css Color HEX #AB6348 Tuscany

📋 copy color: '#AB6348'

red 171 ◦ green 99 ◦ blue 72

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

Shades of Tuscany #AB6348

Tints of Tuscany #AB6348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 50%
G = 28.95%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB6348 (or 0xAB6348) is known color: Tuscany. HEX triplet: AB, 63 and 48. RGB value is (171,99,72). Sum of RGB (Red+Green+Blue) = 171+99+72=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6348 is #549CB7. Grayscale: #757575. Windows color (decimal): -5545144 or 4744107. OLE color: 4744107.

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

Color convert

RGB 171 99 72 -
CMYK 0 0.42 0.58 0.33
HSL 16.36º 0.41% 0.48% -
HSV(B) 16.36º 0.58% 0.67% -
XYZ 22.43 18.05 8.43 -
YUV 117.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 171 99 72 0 0.42 0.58 0.33 16.36 0.41 0.48
Hex AB 63 48 0 2A 3A 21 10 29 30
Octal 253 143 110 0 52 72 41 20 51 60
Binary 10101011 1100011 1001000 0 101010 111010 100001 10000 101001 110000

Color Harmonies of #AB6348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6348

Black with #AB6348

Text Example


Text Example

White with #AB6348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6348; }

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

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

background-color css

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

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

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

border-color css

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

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

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