Html Css Color HEX #AA633F Tuscany

📋 copy color: '#AA633F'

red 170 ◦ green 99 ◦ blue 63

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

Shades of Tuscany #AA633F

Tints of Tuscany #AA633F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.82%

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

R = 51.2%
G = 29.82%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA633F (or 0xAA633F) is known color: Tuscany. HEX triplet: AA, 63 and 3F. RGB value is (170,99,63). Sum of RGB (Red+Green+Blue) = 170+99+63=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA633F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA633F is #559CC0. Grayscale: #747474. Windows color (decimal): -5610689 or 4154282. OLE color: 4154282.

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

Color convert

RGB 170 99 63 -
CMYK 0 0.42 0.63 0.33
HSL 20.19º 0.46% 0.46% -
HSV(B) 20.19º 0.63% 0.67% -
XYZ 21.94 17.83 6.99 -
YUV 116.13 98.02 166.43 -
System Red Green Blue C M Y K H S L
Decimal 170 99 63 0 0.42 0.63 0.33 20.19 0.46 0.46
Hex AA 63 3F 0 2A 3F 21 14 2E 2E
Octal 252 143 77 0 52 77 41 24 56 56
Binary 10101010 1100011 111111 0 101010 111111 100001 10100 101110 101110

Color Harmonies of #AA633F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA633F

Black with #AA633F

Text Example


Text Example

White with #AA633F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA633F; }

 p { color: rgb(170,99,63); }

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

background-color css

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

 a { background-color: rgb(170,99,63); }

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

border-color css

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

 span { border-color: rgb(170,99,63); }

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