Html Css Color HEX #AA623B Tuscany

📋 copy color: '#AA623B'

red 170 ◦ green 98 ◦ blue 59

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

Shades of Tuscany #AA623B

Tints of Tuscany #AA623B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.04%

R = 51.99%
G = 29.97%
B = 18.04%

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

#AA623B (or 0xAA623B) is known color: Tuscany. HEX triplet: AA, 62 and 3B. RGB value is (170,98,59). Sum of RGB (Red+Green+Blue) = 170+98+59=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 59 (23.44% from 255 or 18.04% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA623B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA623B is #559DC4. Grayscale: #737373. Windows color (decimal): -5610949 or 3891882. OLE color: 3891882.

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

Color convert

RGB 170 98 59 -
CMYK 0 0.42 0.65 0.33
HSL 21.08º 0.48% 0.45% -
HSV(B) 21.08º 0.65% 0.67% -
XYZ 21.73 17.6 6.39 -
YUV 115.08 96.35 167.17 -
System Red Green Blue C M Y K H S L
Decimal 170 98 59 0 0.42 0.65 0.33 21.08 0.48 0.45
Hex AA 62 3B 0 2A 41 21 15 30 2D
Octal 252 142 73 0 52 101 41 25 60 55
Binary 10101010 1100010 111011 0 101010 1000001 100001 10101 110000 101101

Color Harmonies of #AA623B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA623B

Black with #AA623B

Text Example


Text Example

White with #AA623B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA623B; }

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

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

background-color css

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

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

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

border-color css

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

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

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