Html Css Color HEX #AB643D Tuscany

📋 copy color: '#AB643D'

red 171 ◦ green 100 ◦ blue 61

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

Shades of Tuscany #AB643D

Tints of Tuscany #AB643D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.37%

R = 51.51%
G = 30.12%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB643D (or 0xAB643D) is known color: Tuscany. HEX triplet: AB, 64 and 3D. RGB value is (171,100,61). Sum of RGB (Red+Green+Blue) = 171+100+61=332 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.51% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 171 - color contains mainly: red. Hex color #AB643D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB643D is #549BC2. Grayscale: #757575. Windows color (decimal): -5544899 or 4023467. OLE color: 4023467.

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

Color convert

RGB 171 100 61 -
CMYK 0 0.42 0.64 0.33
HSL 21.27º 0.47% 0.45% -
HSV(B) 21.27º 0.64% 0.67% -
XYZ 22.19 18.11 6.74 -
YUV 116.78 96.52 166.67 -
System Red Green Blue C M Y K H S L
Decimal 171 100 61 0 0.42 0.64 0.33 21.27 0.47 0.45
Hex AB 64 3D 0 2A 40 21 15 2F 2D
Octal 253 144 75 0 52 100 41 25 57 55
Binary 10101011 1100100 111101 0 101010 1000000 100001 10101 101111 101101

Color Harmonies of #AB643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB643D

Black with #AB643D

Text Example


Text Example

White with #AB643D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB643D; }

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

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

background-color css

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

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

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

border-color css

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

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

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