Html Css Color HEX #AB5D3D Tuscany

📋 copy color: '#AB5D3D'

red 171 ◦ green 93 ◦ blue 61

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

Shades of Tuscany #AB5D3D

Tints of Tuscany #AB5D3D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.62%

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

R = 52.62%
G = 28.62%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB5D3D (or 0xAB5D3D) is known color: Tuscany. HEX triplet: AB, 5D and 3D. RGB value is (171,93,61). Sum of RGB (Red+Green+Blue) = 171+93+61=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5D3D is #54A2C2. Grayscale: #707070. Windows color (decimal): -5546691 or 4021675. OLE color: 4021675.

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

Color convert

RGB 171 93 61 -
CMYK 0 0.46 0.64 0.33
HSL 17.45º 0.47% 0.45% -
HSV(B) 17.45º 0.64% 0.67% -
XYZ 21.55 16.82 6.53 -
YUV 112.67 98.84 169.6 -
System Red Green Blue C M Y K H S L
Decimal 171 93 61 0 0.46 0.64 0.33 17.45 0.47 0.45
Hex AB 5D 3D 0 2E 40 21 11 2F 2D
Octal 253 135 75 0 56 100 41 21 57 55
Binary 10101011 1011101 111101 0 101110 1000000 100001 10001 101111 101101

Color Harmonies of #AB5D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5D3D

Black with #AB5D3D

Text Example


Text Example

White with #AB5D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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