Html Css Color HEX #AA614A Tuscany

📋 copy color: '#AA614A'

red 170 ◦ green 97 ◦ blue 74

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

Shades of Tuscany #AA614A

Tints of Tuscany #AA614A

RGB

 RED value IS 170 (66.8% from 255) = 49.85%

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

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

R = 49.85%
G = 28.45%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA614A (or 0xAA614A) is known color: Tuscany. HEX triplet: AA, 61 and 4A. RGB value is (170,97,74). Sum of RGB (Red+Green+Blue) = 170+97+74=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA614A is #559EB5. Grayscale: #747474. Windows color (decimal): -5611190 or 4874666. OLE color: 4874666.

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

Color convert

RGB 170 97 74 -
CMYK 0 0.43 0.56 0.33
HSL 14.38º 0.39% 0.48% -
HSV(B) 14.38º 0.56% 0.67% -
XYZ 22.09 17.59 8.71 -
YUV 116.21 104.18 166.37 -
System Red Green Blue C M Y K H S L
Decimal 170 97 74 0 0.43 0.56 0.33 14.38 0.39 0.48
Hex AA 61 4A 0 2B 38 21 E 27 30
Octal 252 141 112 0 53 70 41 16 47 60
Binary 10101010 1100001 1001010 0 101011 111000 100001 1110 100111 110000

Color Harmonies of #AA614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA614A

Black with #AA614A

Text Example


Text Example

White with #AA614A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA614A; }

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

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

background-color css

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

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

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

border-color css

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

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

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