Html Css Color HEX #AB643C Tuscany

📋 copy color: '#AB643C'

red 171 ◦ green 100 ◦ blue 60

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

Shades of Tuscany #AB643C

Tints of Tuscany #AB643C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.13%

R = 51.66%
G = 30.21%
B = 18.13%

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

#AB643C (or 0xAB643C) is known color: Tuscany. HEX triplet: AB, 64 and 3C. RGB value is (171,100,60). Sum of RGB (Red+Green+Blue) = 171+100+60=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB643C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB643C is #549BC3. Grayscale: #747474. Windows color (decimal): -5544900 or 3957931. OLE color: 3957931.

HSL color Cylindrical-coordinate representation of color #AB643C: hue angle of 21.62º degrees, saturation: 0.48, 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 #AB643C is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 100 60 -
CMYK 0 0.42 0.65 0.33
HSL 21.62º 0.48% 0.45% -
HSV(B) 21.62º 0.65% 0.67% -
XYZ 22.17 18.1 6.6 -
YUV 116.67 96.02 166.75 -
System Red Green Blue C M Y K H S L
Decimal 171 100 60 0 0.42 0.65 0.33 21.62 0.48 0.45
Hex AB 64 3C 0 2A 41 21 16 30 2D
Octal 253 144 74 0 52 101 41 26 60 55
Binary 10101011 1100100 111100 0 101010 1000001 100001 10110 110000 101101

Color Harmonies of #AB643C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB643C

Black with #AB643C

Text Example


Text Example

White with #AB643C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB643C; }

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

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

background-color css

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

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

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

border-color css

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

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

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