Html Css Color HEX #AA4010 Rust

📋 copy color: '#AA4010'

red 170 ◦ green 64 ◦ blue 16

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

Shades of Rust #AA4010

Tints of Rust #AA4010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.6%

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

R = 68%
G = 25.6%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA4010 (or 0xAA4010) is known color: Rust. HEX triplet: AA, 40 and 10. RGB value is (170,64,16). Sum of RGB (Red+Green+Blue) = 170+64+16=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4010 is #55BFEF. Grayscale: #5A5A5A. Windows color (decimal): -5619696 or 1065130. OLE color: 1065130.

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

Color convert

RGB 170 64 16 -
CMYK 0 0.62 0.91 0.33
HSL 18.7º 0.83% 0.36% -
HSV(B) 18.7º 0.91% 0.67% -
XYZ 18.5 12.25 1.88 -
YUV 90.22 86.12 184.9 -
System Red Green Blue C M Y K H S L
Decimal 170 64 16 0 0.62 0.91 0.33 18.7 0.83 0.36
Hex AA 40 10 0 3E 5B 21 13 53 24
Octal 252 100 20 0 76 133 41 23 123 44
Binary 10101010 1000000 10000 0 111110 1011011 100001 10011 1010011 100100

Color Harmonies of #AA4010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4010

Black with #AA4010

Text Example


Text Example

White with #AA4010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4010; }

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

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

background-color css

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

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

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

border-color css

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

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

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