Html Css Color HEX #AA3218 Rust

📋 copy color: '#AA3218'

red 170 ◦ green 50 ◦ blue 24

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

Shades of Rust #AA3218

Tints of Rust #AA3218

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.49%

 BLUE value IS 24 (9.77% from 255) = 9.84%

R = 69.67%
G = 20.49%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA3218 (or 0xAA3218) is known color: Rust. HEX triplet: AA, 32 and 18. RGB value is (170,50,24). Sum of RGB (Red+Green+Blue) = 170+50+24=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3218 is #55CDE7. Grayscale: #535353. Windows color (decimal): -5623272 or 1585834. OLE color: 1585834.

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

Color convert

RGB 170 50 24 -
CMYK 0 0.71 0.86 0.33
HSL 10.68º 0.75% 0.38% -
HSV(B) 10.68º 0.86% 0.67% -
XYZ 17.88 10.89 2.02 -
YUV 82.92 94.76 190.11 -
System Red Green Blue C M Y K H S L
Decimal 170 50 24 0 0.71 0.86 0.33 10.68 0.75 0.38
Hex AA 32 18 0 47 56 21 B 4B 26
Octal 252 62 30 0 107 126 41 13 113 46
Binary 10101010 110010 11000 0 1000111 1010110 100001 1011 1001011 100110

Color Harmonies of #AA3218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3218

Black with #AA3218

Text Example


Text Example

White with #AA3218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3218; }

 p { color: rgb(170,50,24); }

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

background-color css

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

 a { background-color: rgb(170,50,24); }

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

border-color css

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

 span { border-color: rgb(170,50,24); }

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