Html Css Color HEX #AA643E Tuscany

📋 copy color: '#AA643E'

red 170 ◦ green 100 ◦ blue 62

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

Shades of Tuscany #AA643E

Tints of Tuscany #AA643E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.12%

 BLUE value IS 62 (24.61% from 255) = 18.67%

R = 51.2%
G = 30.12%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA643E (or 0xAA643E) is known color: Tuscany. HEX triplet: AA, 64 and 3E. RGB value is (170,100,62). Sum of RGB (Red+Green+Blue) = 170+100+62=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA643E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA643E is #559BC1. Grayscale: #747474. Windows color (decimal): -5610434 or 4089002. OLE color: 4089002.

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

Color convert

RGB 170 100 62 -
CMYK 0 0.41 0.64 0.33
HSL 21.11º 0.47% 0.45% -
HSV(B) 21.11º 0.64% 0.67% -
XYZ 22 18.01 6.87 -
YUV 116.6 97.19 166.09 -
System Red Green Blue C M Y K H S L
Decimal 170 100 62 0 0.41 0.64 0.33 21.11 0.47 0.45
Hex AA 64 3E 0 29 40 21 15 2F 2D
Octal 252 144 76 0 51 100 41 25 57 55
Binary 10101010 1100100 111110 0 101001 1000000 100001 10101 101111 101101

Color Harmonies of #AA643E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA643E

Black with #AA643E

Text Example


Text Example

White with #AA643E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA643E; }

 p { color: rgb(170,100,62); }

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

background-color css

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

 a { background-color: rgb(170,100,62); }

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

border-color css

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

 span { border-color: rgb(170,100,62); }

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