Html Css Color HEX #AB6945 Tuscany

📋 copy color: '#AB6945'

red 171 ◦ green 105 ◦ blue 69

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

Shades of Tuscany #AB6945

Tints of Tuscany #AB6945

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.43%

 BLUE value IS 69 (27.34% from 255) = 20%

R = 49.57%
G = 30.43%
B = 20%

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

#AB6945 (or 0xAB6945) is known color: Tuscany. HEX triplet: AB, 69 and 45. RGB value is (171,105,69). Sum of RGB (Red+Green+Blue) = 171+105+69=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6945 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6945 is #5496BA. Grayscale: #787878. Windows color (decimal): -5543611 or 4549035. OLE color: 4549035.

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

Color convert

RGB 171 105 69 -
CMYK 0 0.39 0.60 0.33
HSL 21.18º 0.43% 0.47% -
HSV(B) 21.18º 0.6% 0.67% -
XYZ 22.92 19.19 8.13 -
YUV 120.63 98.87 163.93 -
System Red Green Blue C M Y K H S L
Decimal 171 105 69 0 0.39 0.60 0.33 21.18 0.43 0.47
Hex AB 69 45 0 27 3C 21 15 2A 2F
Octal 253 151 105 0 47 74 41 25 52 57
Binary 10101011 1101001 1000101 0 100111 111100 100001 10101 101010 101111

Color Harmonies of #AB6945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6945

Black with #AB6945

Text Example


Text Example

White with #AB6945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6945; }

 p { color: rgb(171,105,69); }

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

background-color css

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

 a { background-color: rgb(171,105,69); }

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

border-color css

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

 span { border-color: rgb(171,105,69); }

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