Html Css Color HEX #AA4517 Rust

📋 copy color: '#AA4517'

red 170 ◦ green 69 ◦ blue 23

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

Shades of Rust #AA4517

Tints of Rust #AA4517

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.34%

 BLUE value IS 23 (9.38% from 255) = 8.78%

R = 64.89%
G = 26.34%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA4517 (or 0xAA4517) is known color: Rust. HEX triplet: AA, 45 and 17. RGB value is (170,69,23). Sum of RGB (Red+Green+Blue) = 170+69+23=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4517 is #55BAE8. Grayscale: #5E5E5E. Windows color (decimal): -5618409 or 1525162. OLE color: 1525162.

HSL color Cylindrical-coordinate representation of color #AA4517: hue angle of 18.78º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA4517 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 69 23 -
CMYK 0 0.59 0.86 0.33
HSL 18.78º 0.76% 0.38% -
HSV(B) 18.78º 0.86% 0.67% -
XYZ 18.86 12.86 2.3 -
YUV 93.96 87.96 182.24 -
System Red Green Blue C M Y K H S L
Decimal 170 69 23 0 0.59 0.86 0.33 18.78 0.76 0.38
Hex AA 45 17 0 3B 56 21 13 4C 26
Octal 252 105 27 0 73 126 41 23 114 46
Binary 10101010 1000101 10111 0 111011 1010110 100001 10011 1001100 100110

Color Harmonies of #AA4517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4517

Black with #AA4517

Text Example


Text Example

White with #AA4517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4517; }

 p { color: rgb(170,69,23); }

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

background-color css

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

 a { background-color: rgb(170,69,23); }

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

border-color css

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

 span { border-color: rgb(170,69,23); }

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