Html Css Color HEX #AA4015 Rust

📋 copy color: '#AA4015'

red 170 ◦ green 64 ◦ blue 21

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

Shades of Rust #AA4015

Tints of Rust #AA4015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.24%

R = 66.67%
G = 25.1%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA4015 (or 0xAA4015) is known color: Rust. HEX triplet: AA, 40 and 15. RGB value is (170,64,21). Sum of RGB (Red+Green+Blue) = 170+64+21=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4015 is #55BFEA. Grayscale: #5B5B5B. Windows color (decimal): -5619691 or 1392810. OLE color: 1392810.

HSL color Cylindrical-coordinate representation of color #AA4015: hue angle of 17.32º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA4015 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 64 21 -
CMYK 0 0.62 0.88 0.33
HSL 17.32º 0.78% 0.37% -
HSV(B) 17.32º 0.88% 0.67% -
XYZ 18.55 12.27 2.1 -
YUV 90.79 88.62 184.5 -
System Red Green Blue C M Y K H S L
Decimal 170 64 21 0 0.62 0.88 0.33 17.32 0.78 0.37
Hex AA 40 15 0 3E 58 21 11 4E 25
Octal 252 100 25 0 76 130 41 21 116 45
Binary 10101010 1000000 10101 0 111110 1011000 100001 10001 1001110 100101

Color Harmonies of #AA4015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4015

Black with #AA4015

Text Example


Text Example

White with #AA4015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4015; }

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

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

background-color css

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

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

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

border-color css

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

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

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