Html Css Color HEX #AA5F3E Tuscany

📋 copy color: '#AA5F3E'

red 170 ◦ green 95 ◦ blue 62

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

Shades of Tuscany #AA5F3E

Tints of Tuscany #AA5F3E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.05%

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

R = 51.99%
G = 29.05%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA5F3E (or 0xAA5F3E) is known color: Tuscany. HEX triplet: AA, 5F and 3E. RGB value is (170,95,62). Sum of RGB (Red+Green+Blue) = 170+95+62=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5F3E is #55A0C1. Grayscale: #717171. Windows color (decimal): -5611714 or 4087722. OLE color: 4087722.

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

Color convert

RGB 170 95 62 -
CMYK 0 0.44 0.64 0.33
HSL 18.33º 0.47% 0.45% -
HSV(B) 18.33º 0.64% 0.67% -
XYZ 21.54 17.08 6.72 -
YUV 113.66 98.85 168.18 -
System Red Green Blue C M Y K H S L
Decimal 170 95 62 0 0.44 0.64 0.33 18.33 0.47 0.45
Hex AA 5F 3E 0 2C 40 21 12 2F 2D
Octal 252 137 76 0 54 100 41 22 57 55
Binary 10101010 1011111 111110 0 101100 1000000 100001 10010 101111 101101

Color Harmonies of #AA5F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5F3E

Black with #AA5F3E

Text Example


Text Example

White with #AA5F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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