Html Css Color HEX #AA3C17 Rust

📋 copy color: '#AA3C17'

red 170 ◦ green 60 ◦ blue 23

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

Shades of Rust #AA3C17

Tints of Rust #AA3C17

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.72%

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

R = 67.19%
G = 23.72%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA3C17 (or 0xAA3C17) is known color: Rust. HEX triplet: AA, 3C and 17. RGB value is (170,60,23). Sum of RGB (Red+Green+Blue) = 170+60+23=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3C17 is #55C3E8. Grayscale: #585858. Windows color (decimal): -5620713 or 1522858. OLE color: 1522858.

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

Color convert

RGB 170 60 23 -
CMYK 0 0.65 0.86 0.33
HSL 15.1º 0.76% 0.38% -
HSV(B) 15.1º 0.86% 0.67% -
XYZ 18.35 11.84 2.13 -
YUV 88.67 90.94 186.01 -
System Red Green Blue C M Y K H S L
Decimal 170 60 23 0 0.65 0.86 0.33 15.1 0.76 0.38
Hex AA 3C 17 0 41 56 21 F 4C 26
Octal 252 74 27 0 101 126 41 17 114 46
Binary 10101010 111100 10111 0 1000001 1010110 100001 1111 1001100 100110

Color Harmonies of #AA3C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C17

Black with #AA3C17

Text Example


Text Example

White with #AA3C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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