Html Css Color HEX #AA5408 Rust

📋 copy color: '#AA5408'

red 170 ◦ green 84 ◦ blue 8

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

Shades of Rust #AA5408

Tints of Rust #AA5408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.06%

 BLUE value IS 8 (3.52% from 255) = 3.05%

R = 64.89%
G = 32.06%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA5408 (or 0xAA5408) is known color: Rust. HEX triplet: AA, 54 and 08. RGB value is (170,84,8). Sum of RGB (Red+Green+Blue) = 170+84+8=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5408 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5408 is #55ABF7. Grayscale: #656565. Windows color (decimal): -5614584 or 545962. OLE color: 545962.

HSL color Cylindrical-coordinate representation of color #AA5408: hue angle of 28.15º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA5408 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 84 8 -
CMYK 0 0.51 0.95 0.33
HSL 28.15º 0.91% 0.35% -
HSV(B) 28.15º 0.95% 0.67% -
XYZ 19.79 14.9 2.06 -
YUV 101.05 75.49 177.18 -
System Red Green Blue C M Y K H S L
Decimal 170 84 8 0 0.51 0.95 0.33 28.15 0.91 0.35
Hex AA 54 8 0 33 5F 21 1C 5B 23
Octal 252 124 10 0 63 137 41 34 133 43
Binary 10101010 1010100 1000 0 110011 1011111 100001 11100 1011011 100011

Color Harmonies of #AA5408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5408

Black with #AA5408

Text Example


Text Example

White with #AA5408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5408; }

 p { color: rgb(170,84,8); }

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

background-color css

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

 a { background-color: rgb(170,84,8); }

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

border-color css

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

 span { border-color: rgb(170,84,8); }

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