Html Css Color HEX #AB643F Tuscany

📋 copy color: '#AB643F'

red 171 ◦ green 100 ◦ blue 63

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

Shades of Tuscany #AB643F

Tints of Tuscany #AB643F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.86%

R = 51.2%
G = 29.94%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB643F (or 0xAB643F) is known color: Tuscany. HEX triplet: AB, 64 and 3F. RGB value is (171,100,63). Sum of RGB (Red+Green+Blue) = 171+100+63=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB643F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB643F is #549BC0. Grayscale: #757575. Windows color (decimal): -5544897 or 4154539. OLE color: 4154539.

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

Color convert

RGB 171 100 63 -
CMYK 0 0.42 0.63 0.33
HSL 20.56º 0.46% 0.46% -
HSV(B) 20.56º 0.63% 0.67% -
XYZ 22.25 18.13 7.03 -
YUV 117.01 97.52 166.51 -
System Red Green Blue C M Y K H S L
Decimal 171 100 63 0 0.42 0.63 0.33 20.56 0.46 0.46
Hex AB 64 3F 0 2A 3F 21 15 2E 2E
Octal 253 144 77 0 52 77 41 25 56 56
Binary 10101011 1100100 111111 0 101010 111111 100001 10101 101110 101110

Color Harmonies of #AB643F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB643F

Black with #AB643F

Text Example


Text Example

White with #AB643F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB643F; }

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

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

background-color css

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

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

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

border-color css

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

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

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