Html Css Color HEX #AA633D Tuscany

📋 copy color: '#AA633D'

red 170 ◦ green 99 ◦ blue 61

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

Shades of Tuscany #AA633D

Tints of Tuscany #AA633D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.48%

R = 51.52%
G = 30%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA633D (or 0xAA633D) is known color: Tuscany. HEX triplet: AA, 63 and 3D. RGB value is (170,99,61). Sum of RGB (Red+Green+Blue) = 170+99+61=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA633D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA633D is #559CC2. Grayscale: #747474. Windows color (decimal): -5610691 or 4023210. OLE color: 4023210.

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

Color convert

RGB 170 99 61 -
CMYK 0 0.42 0.64 0.33
HSL 20.92º 0.47% 0.45% -
HSV(B) 20.92º 0.64% 0.67% -
XYZ 21.88 17.81 6.7 -
YUV 115.9 97.02 166.59 -
System Red Green Blue C M Y K H S L
Decimal 170 99 61 0 0.42 0.64 0.33 20.92 0.47 0.45
Hex AA 63 3D 0 2A 40 21 15 2F 2D
Octal 252 143 75 0 52 100 41 25 57 55
Binary 10101010 1100011 111101 0 101010 1000000 100001 10101 101111 101101

Color Harmonies of #AA633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA633D

Black with #AA633D

Text Example


Text Example

White with #AA633D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA633D; }

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

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

background-color css

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

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

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

border-color css

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

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

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