Html Css Color HEX #AB643B Tuscany

📋 copy color: '#AB643B'

red 171 ◦ green 100 ◦ blue 59

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

Shades of Tuscany #AB643B

Tints of Tuscany #AB643B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.3%

 BLUE value IS 59 (23.44% from 255) = 17.88%

R = 51.82%
G = 30.3%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB643B (or 0xAB643B) is known color: Tuscany. HEX triplet: AB, 64 and 3B. RGB value is (171,100,59). Sum of RGB (Red+Green+Blue) = 171+100+59=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB643B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB643B is #549BC4. Grayscale: #747474. Windows color (decimal): -5544901 or 3892395. OLE color: 3892395.

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

Color convert

RGB 171 100 59 -
CMYK 0 0.42 0.65 0.33
HSL 21.96º 0.49% 0.45% -
HSV(B) 21.96º 0.65% 0.67% -
XYZ 22.14 18.09 6.46 -
YUV 116.56 95.52 166.83 -
System Red Green Blue C M Y K H S L
Decimal 171 100 59 0 0.42 0.65 0.33 21.96 0.49 0.45
Hex AB 64 3B 0 2A 41 21 16 31 2D
Octal 253 144 73 0 52 101 41 26 61 55
Binary 10101011 1100100 111011 0 101010 1000001 100001 10110 110001 101101

Color Harmonies of #AB643B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB643B

Black with #AB643B

Text Example


Text Example

White with #AB643B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB643B; }

 p { color: rgb(171,100,59); }

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

background-color css

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

 a { background-color: rgb(171,100,59); }

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

border-color css

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

 span { border-color: rgb(171,100,59); }

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