Html Css Color HEX #AB5E3D Tuscany

📋 copy color: '#AB5E3D'

red 171 ◦ green 94 ◦ blue 61

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

Shades of Tuscany #AB5E3D

Tints of Tuscany #AB5E3D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.83%

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

R = 52.45%
G = 28.83%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB5E3D (or 0xAB5E3D) is known color: Tuscany. HEX triplet: AB, 5E and 3D. RGB value is (171,94,61). Sum of RGB (Red+Green+Blue) = 171+94+61=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5E3D is #54A1C2. Grayscale: #717171. Windows color (decimal): -5546435 or 4021931. OLE color: 4021931.

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

Color convert

RGB 171 94 61 -
CMYK 0 0.45 0.64 0.33
HSL 18º 0.47% 0.45% -
HSV(B) 18º 0.64% 0.67% -
XYZ 21.64 17 6.56 -
YUV 113.26 98.51 169.18 -
System Red Green Blue C M Y K H S L
Decimal 171 94 61 0 0.45 0.64 0.33 18 0.47 0.45
Hex AB 5E 3D 0 2D 40 21 12 2F 2D
Octal 253 136 75 0 55 100 41 22 57 55
Binary 10101011 1011110 111101 0 101101 1000000 100001 10010 101111 101101

Color Harmonies of #AB5E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5E3D

Black with #AB5E3D

Text Example


Text Example

White with #AB5E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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