Html Css Color HEX #AA653D Tuscany

📋 copy color: '#AA653D'

red 170 ◦ green 101 ◦ blue 61

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

Shades of Tuscany #AA653D

Tints of Tuscany #AA653D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.42%

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

R = 51.2%
G = 30.42%
B = 18.37%

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

#AA653D (or 0xAA653D) is known color: Tuscany. HEX triplet: AA, 65 and 3D. RGB value is (170,101,61). Sum of RGB (Red+Green+Blue) = 170+101+61=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA653D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA653D is #559AC2. Grayscale: #757575. Windows color (decimal): -5610179 or 4023722. OLE color: 4023722.

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

Color convert

RGB 170 101 61 -
CMYK 0 0.41 0.64 0.33
HSL 22.02º 0.47% 0.45% -
HSV(B) 22.02º 0.64% 0.67% -
XYZ 22.07 18.19 6.76 -
YUV 117.07 96.36 165.75 -
System Red Green Blue C M Y K H S L
Decimal 170 101 61 0 0.41 0.64 0.33 22.02 0.47 0.45
Hex AA 65 3D 0 29 40 21 16 2F 2D
Octal 252 145 75 0 51 100 41 26 57 55
Binary 10101010 1100101 111101 0 101001 1000000 100001 10110 101111 101101

Color Harmonies of #AA653D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA653D

Black with #AA653D

Text Example


Text Example

White with #AA653D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA653D; }

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

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

background-color css

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

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

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

border-color css

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

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

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