Html Css Color HEX #AB613F Tuscany

📋 copy color: '#AB613F'

red 171 ◦ green 97 ◦ blue 63

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

Shades of Tuscany #AB613F

Tints of Tuscany #AB613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.31%

 BLUE value IS 63 (25% from 255) = 19.03%

R = 51.66%
G = 29.31%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB613F (or 0xAB613F) is known color: Tuscany. HEX triplet: AB, 61 and 3F. RGB value is (171,97,63). Sum of RGB (Red+Green+Blue) = 171+97+63=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB613F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB613F is #549EC0. Grayscale: #737373. Windows color (decimal): -5545665 or 4153771. OLE color: 4153771.

HSL color Cylindrical-coordinate representation of color #AB613F: hue angle of 18.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB613F is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 97 63 -
CMYK 0 0.43 0.63 0.33
HSL 18.89º 0.46% 0.46% -
HSV(B) 18.89º 0.63% 0.67% -
XYZ 21.97 17.57 6.94 -
YUV 115.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 171 97 63 0 0.43 0.63 0.33 18.89 0.46 0.46
Hex AB 61 3F 0 2B 3F 21 13 2E 2E
Octal 253 141 77 0 53 77 41 23 56 56
Binary 10101011 1100001 111111 0 101011 111111 100001 10011 101110 101110

Color Harmonies of #AB613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB613F

Black with #AB613F

Text Example


Text Example

White with #AB613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB613F; }

 p { color: rgb(171,97,63); }

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

background-color css

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

 a { background-color: rgb(171,97,63); }

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

border-color css

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

 span { border-color: rgb(171,97,63); }

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