Html Css Color HEX #AA4410 Rust

📋 copy color: '#AA4410'

red 170 ◦ green 68 ◦ blue 16

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

Shades of Rust #AA4410

Tints of Rust #AA4410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.77%

 BLUE value IS 16 (6.64% from 255) = 6.3%

R = 66.93%
G = 26.77%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA4410 (or 0xAA4410) is known color: Rust. HEX triplet: AA, 44 and 10. RGB value is (170,68,16). Sum of RGB (Red+Green+Blue) = 170+68+16=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4410 is #55BBEF. Grayscale: #5C5C5C. Windows color (decimal): -5618672 or 1066154. OLE color: 1066154.

HSL color Cylindrical-coordinate representation of color #AA4410: hue angle of 20.26º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA4410 is Cyan = 0, Magento = 0.6, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 68 16 -
CMYK 0 0.6 0.91 0.33
HSL 20.26º 0.83% 0.36% -
HSV(B) 20.26º 0.91% 0.67% -
XYZ 18.74 12.72 1.96 -
YUV 92.57 84.79 183.23 -
System Red Green Blue C M Y K H S L
Decimal 170 68 16 0 0.6 0.91 0.33 20.26 0.83 0.36
Hex AA 44 10 0 3C 5B 21 14 53 24
Octal 252 104 20 0 74 133 41 24 123 44
Binary 10101010 1000100 10000 0 111100 1011011 100001 10100 1010011 100100

Color Harmonies of #AA4410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4410

Black with #AA4410

Text Example


Text Example

White with #AA4410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4410; }

 p { color: rgb(170,68,16); }

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

background-color css

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

 a { background-color: rgb(170,68,16); }

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

border-color css

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

 span { border-color: rgb(170,68,16); }

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