Html Css Color HEX #AA4408 Rust

📋 copy color: '#AA4408'

red 170 ◦ green 68 ◦ blue 8

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

Shades of Rust #AA4408

Tints of Rust #AA4408

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.64%

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

R = 69.11%
G = 27.64%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA4408 (or 0xAA4408) is known color: Rust. HEX triplet: AA, 44 and 08. RGB value is (170,68,8). Sum of RGB (Red+Green+Blue) = 170+68+8=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4408 is #55BBF7. Grayscale: #5C5C5C. Windows color (decimal): -5618680 or 541866. OLE color: 541866.

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

Color convert

RGB 170 68 8 -
CMYK 0 0.6 0.95 0.33
HSL 22.22º 0.91% 0.35% -
HSV(B) 22.22º 0.95% 0.67% -
XYZ 18.69 12.7 1.7 -
YUV 91.66 80.79 183.88 -
System Red Green Blue C M Y K H S L
Decimal 170 68 8 0 0.6 0.95 0.33 22.22 0.91 0.35
Hex AA 44 8 0 3C 5F 21 16 5B 23
Octal 252 104 10 0 74 137 41 26 133 43
Binary 10101010 1000100 1000 0 111100 1011111 100001 10110 1011011 100011

Color Harmonies of #AA4408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4408

Black with #AA4408

Text Example


Text Example

White with #AA4408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4408; }

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

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

background-color css

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

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

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

border-color css

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

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

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