Html Css Color HEX #AA4218 Rust

📋 copy color: '#AA4218'

red 170 ◦ green 66 ◦ blue 24

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

Shades of Rust #AA4218

Tints of Rust #AA4218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.38%

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

R = 65.38%
G = 25.38%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA4218 (or 0xAA4218) is known color: Rust. HEX triplet: AA, 42 and 18. RGB value is (170,66,24). Sum of RGB (Red+Green+Blue) = 170+66+24=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4218 is #55BDE7. Grayscale: #5C5C5C. Windows color (decimal): -5619176 or 1589930. OLE color: 1589930.

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

Color convert

RGB 170 66 24 -
CMYK 0 0.61 0.86 0.33
HSL 17.26º 0.75% 0.38% -
HSV(B) 17.26º 0.86% 0.67% -
XYZ 18.69 12.51 2.29 -
YUV 92.31 89.46 183.42 -
System Red Green Blue C M Y K H S L
Decimal 170 66 24 0 0.61 0.86 0.33 17.26 0.75 0.38
Hex AA 42 18 0 3D 56 21 11 4B 26
Octal 252 102 30 0 75 126 41 21 113 46
Binary 10101010 1000010 11000 0 111101 1010110 100001 10001 1001011 100110

Color Harmonies of #AA4218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4218

Black with #AA4218

Text Example


Text Example

White with #AA4218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4218; }

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

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

background-color css

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

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

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

border-color css

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

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

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