Html Css Color HEX #AA643D Tuscany

📋 copy color: '#AA643D'

red 170 ◦ green 100 ◦ blue 61

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

Shades of Tuscany #AA643D

Tints of Tuscany #AA643D

RGB

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

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

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

R = 51.36%
G = 30.21%
B = 18.43%

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

#AA643D (or 0xAA643D) is known color: Tuscany. HEX triplet: AA, 64 and 3D. RGB value is (170,100,61). Sum of RGB (Red+Green+Blue) = 170+100+61=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA643D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA643D is #559BC2. Grayscale: #747474. Windows color (decimal): -5610435 or 4023466. OLE color: 4023466.

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

Color convert

RGB 170 100 61 -
CMYK 0 0.41 0.64 0.33
HSL 21.47º 0.47% 0.45% -
HSV(B) 21.47º 0.64% 0.67% -
XYZ 21.98 18 6.73 -
YUV 116.48 96.69 166.17 -
System Red Green Blue C M Y K H S L
Decimal 170 100 61 0 0.41 0.64 0.33 21.47 0.47 0.45
Hex AA 64 3D 0 29 40 21 15 2F 2D
Octal 252 144 75 0 51 100 41 25 57 55
Binary 10101010 1100100 111101 0 101001 1000000 100001 10101 101111 101101

Color Harmonies of #AA643D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA643D

Black with #AA643D

Text Example


Text Example

White with #AA643D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA643D; }

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

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

background-color css

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

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

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

border-color css

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

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

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