Html Css Color HEX #AB614A Tuscany

📋 copy color: '#AB614A'

red 171 ◦ green 97 ◦ blue 74

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

Shades of Tuscany #AB614A

Tints of Tuscany #AB614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.64%

R = 50%
G = 28.36%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB614A (or 0xAB614A) is known color: Tuscany. HEX triplet: AB, 61 and 4A. RGB value is (171,97,74). Sum of RGB (Red+Green+Blue) = 171+97+74=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB614A is #549EB5. Grayscale: #747474. Windows color (decimal): -5545654 or 4874667. OLE color: 4874667.

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

Color convert

RGB 171 97 74 -
CMYK 0 0.43 0.57 0.33
HSL 14.23º 0.4% 0.48% -
HSV(B) 14.23º 0.57% 0.67% -
XYZ 22.31 17.7 8.72 -
YUV 116.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 171 97 74 0 0.43 0.57 0.33 14.23 0.4 0.48
Hex AB 61 4A 0 2B 39 21 E 28 30
Octal 253 141 112 0 53 71 41 16 50 60
Binary 10101011 1100001 1001010 0 101011 111001 100001 1110 101000 110000

Color Harmonies of #AB614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB614A

Black with #AB614A

Text Example


Text Example

White with #AB614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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