Html Css Color HEX #AB6844 Tuscany

📋 copy color: '#AB6844'

red 171 ◦ green 104 ◦ blue 68

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

Shades of Tuscany #AB6844

Tints of Tuscany #AB6844

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.32%

 BLUE value IS 68 (26.95% from 255) = 19.83%

R = 49.85%
G = 30.32%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB6844 (or 0xAB6844) is known color: Tuscany. HEX triplet: AB, 68 and 44. RGB value is (171,104,68). Sum of RGB (Red+Green+Blue) = 171+104+68=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6844 is #5497BB. Grayscale: #787878. Windows color (decimal): -5543868 or 4483243. OLE color: 4483243.

HSL color Cylindrical-coordinate representation of color #AB6844: hue angle of 20.97º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB6844 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 104 68 -
CMYK 0 0.39 0.60 0.33
HSL 20.97º 0.43% 0.47% -
HSV(B) 20.97º 0.6% 0.67% -
XYZ 22.79 18.98 7.93 -
YUV 119.93 98.7 164.43 -
System Red Green Blue C M Y K H S L
Decimal 171 104 68 0 0.39 0.60 0.33 20.97 0.43 0.47
Hex AB 68 44 0 27 3C 21 15 2B 2F
Octal 253 150 104 0 47 74 41 25 53 57
Binary 10101011 1101000 1000100 0 100111 111100 100001 10101 101011 101111

Color Harmonies of #AB6844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6844

Black with #AB6844

Text Example


Text Example

White with #AB6844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6844; }

 p { color: rgb(171,104,68); }

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

background-color css

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

 a { background-color: rgb(171,104,68); }

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

border-color css

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

 span { border-color: rgb(171,104,68); }

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