Html Css Color HEX #AA4210 Rust

📋 copy color: '#AA4210'

red 170 ◦ green 66 ◦ blue 16

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

Shades of Rust #AA4210

Tints of Rust #AA4210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

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

R = 67.46%
G = 26.19%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA4210 (or 0xAA4210) is known color: Rust. HEX triplet: AA, 42 and 10. RGB value is (170,66,16). Sum of RGB (Red+Green+Blue) = 170+66+16=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4210 is #55BDEF. Grayscale: #5B5B5B. Windows color (decimal): -5619184 or 1065642. OLE color: 1065642.

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

Color convert

RGB 170 66 16 -
CMYK 0 0.61 0.91 0.33
HSL 19.48º 0.83% 0.36% -
HSV(B) 19.48º 0.91% 0.67% -
XYZ 18.62 12.48 1.92 -
YUV 91.4 85.46 184.07 -
System Red Green Blue C M Y K H S L
Decimal 170 66 16 0 0.61 0.91 0.33 19.48 0.83 0.36
Hex AA 42 10 0 3D 5B 21 13 53 24
Octal 252 102 20 0 75 133 41 23 123 44
Binary 10101010 1000010 10000 0 111101 1011011 100001 10011 1010011 100100

Color Harmonies of #AA4210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4210

Black with #AA4210

Text Example


Text Example

White with #AA4210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4210; }

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

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

background-color css

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

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

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

border-color css

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

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

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