Html Css Color HEX #AA623D Tuscany

📋 copy color: '#AA623D'

red 170 ◦ green 98 ◦ blue 61

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

Shades of Tuscany #AA623D

Tints of Tuscany #AA623D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.79%

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

R = 51.67%
G = 29.79%
B = 18.54%

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

#AA623D (or 0xAA623D) is known color: Tuscany. HEX triplet: AA, 62 and 3D. RGB value is (170,98,61). Sum of RGB (Red+Green+Blue) = 170+98+61=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA623D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA623D is #559DC2. Grayscale: #737373. Windows color (decimal): -5610947 or 4022954. OLE color: 4022954.

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

Color convert

RGB 170 98 61 -
CMYK 0 0.42 0.64 0.33
HSL 20.37º 0.47% 0.45% -
HSV(B) 20.37º 0.64% 0.67% -
XYZ 21.79 17.62 6.67 -
YUV 115.31 97.35 167.01 -
System Red Green Blue C M Y K H S L
Decimal 170 98 61 0 0.42 0.64 0.33 20.37 0.47 0.45
Hex AA 62 3D 0 2A 40 21 14 2F 2D
Octal 252 142 75 0 52 100 41 24 57 55
Binary 10101010 1100010 111101 0 101010 1000000 100001 10100 101111 101101

Color Harmonies of #AA623D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA623D

Black with #AA623D

Text Example


Text Example

White with #AA623D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA623D; }

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

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

background-color css

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

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

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

border-color css

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

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

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