Html Css Color HEX #AB603D Tuscany

📋 copy color: '#AB603D'

red 171 ◦ green 96 ◦ blue 61

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

Shades of Tuscany #AB603D

Tints of Tuscany #AB603D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.27%

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

R = 52.13%
G = 29.27%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB603D (or 0xAB603D) is known color: Tuscany. HEX triplet: AB, 60 and 3D. RGB value is (171,96,61). Sum of RGB (Red+Green+Blue) = 171+96+61=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB603D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB603D is #549FC2. Grayscale: #727272. Windows color (decimal): -5545923 or 4022443. OLE color: 4022443.

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

Color convert

RGB 171 96 61 -
CMYK 0 0.44 0.64 0.33
HSL 19.09º 0.47% 0.45% -
HSV(B) 19.09º 0.64% 0.67% -
XYZ 21.82 17.36 6.62 -
YUV 114.44 97.85 168.35 -
System Red Green Blue C M Y K H S L
Decimal 171 96 61 0 0.44 0.64 0.33 19.09 0.47 0.45
Hex AB 60 3D 0 2C 40 21 13 2F 2D
Octal 253 140 75 0 54 100 41 23 57 55
Binary 10101011 1100000 111101 0 101100 1000000 100001 10011 101111 101101

Color Harmonies of #AB603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB603D

Black with #AB603D

Text Example


Text Example

White with #AB603D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB603D; }

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

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

background-color css

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

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

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

border-color css

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

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

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