Html Css Color HEX #AA623C Tuscany

📋 copy color: '#AA623C'

red 170 ◦ green 98 ◦ blue 60

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

Shades of Tuscany #AA623C

Tints of Tuscany #AA623C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.88%

 BLUE value IS 60 (23.83% from 255) = 18.29%

R = 51.83%
G = 29.88%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AA623C (or 0xAA623C) is known color: Tuscany. HEX triplet: AA, 62 and 3C. RGB value is (170,98,60). Sum of RGB (Red+Green+Blue) = 170+98+60=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA623C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA623C is #559DC3. Grayscale: #737373. Windows color (decimal): -5610948 or 3957418. OLE color: 3957418.

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

Color convert

RGB 170 98 60 -
CMYK 0 0.42 0.65 0.33
HSL 20.73º 0.48% 0.45% -
HSV(B) 20.73º 0.65% 0.67% -
XYZ 21.76 17.61 6.53 -
YUV 115.2 96.85 167.09 -
System Red Green Blue C M Y K H S L
Decimal 170 98 60 0 0.42 0.65 0.33 20.73 0.48 0.45
Hex AA 62 3C 0 2A 41 21 15 30 2D
Octal 252 142 74 0 52 101 41 25 60 55
Binary 10101010 1100010 111100 0 101010 1000001 100001 10101 110000 101101

Color Harmonies of #AA623C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA623C

Black with #AA623C

Text Example


Text Example

White with #AA623C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA623C; }

 p { color: rgb(170,98,60); }

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

background-color css

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

 a { background-color: rgb(170,98,60); }

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

border-color css

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

 span { border-color: rgb(170,98,60); }

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