Html Css Color HEX #AB6745 Tuscany

📋 copy color: '#AB6745'

red 171 ◦ green 103 ◦ blue 69

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

Shades of Tuscany #AB6745

Tints of Tuscany #AB6745

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.03%

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

R = 49.85%
G = 30.03%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB6745 (or 0xAB6745) is known color: Tuscany. HEX triplet: AB, 67 and 45. RGB value is (171,103,69). Sum of RGB (Red+Green+Blue) = 171+103+69=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6745 is #5498BA. Grayscale: #777777. Windows color (decimal): -5544123 or 4548523. OLE color: 4548523.

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

Color convert

RGB 171 103 69 -
CMYK 0 0.40 0.60 0.33
HSL 20º 0.43% 0.47% -
HSV(B) 20º 0.6% 0.67% -
XYZ 22.72 18.79 8.06 -
YUV 119.46 99.53 164.76 -
System Red Green Blue C M Y K H S L
Decimal 171 103 69 0 0.40 0.60 0.33 20 0.43 0.47
Hex AB 67 45 0 28 3C 21 14 2A 2F
Octal 253 147 105 0 50 74 41 24 52 57
Binary 10101011 1100111 1000101 0 101000 111100 100001 10100 101010 101111

Color Harmonies of #AB6745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6745

Black with #AB6745

Text Example


Text Example

White with #AB6745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6745; }

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

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

background-color css

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

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

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

border-color css

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

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

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