Html Css Color HEX #AA3408 Rust

📋 copy color: '#AA3408'

red 170 ◦ green 52 ◦ blue 8

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

Shades of Rust #AA3408

Tints of Rust #AA3408

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.61%

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

R = 73.91%
G = 22.61%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA3408 (or 0xAA3408) is known color: Rust. HEX triplet: AA, 34 and 08. RGB value is (170,52,8). Sum of RGB (Red+Green+Blue) = 170+52+8=230 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.91% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3408 is #55CBF7. Grayscale: #525252. Windows color (decimal): -5622776 or 537770. OLE color: 537770.

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

Color convert

RGB 170 52 8 -
CMYK 0 0.69 0.95 0.33
HSL 16.3º 0.91% 0.35% -
HSV(B) 16.3º 0.95% 0.67% -
XYZ 17.85 11.02 1.42 -
YUV 82.27 86.09 190.58 -
System Red Green Blue C M Y K H S L
Decimal 170 52 8 0 0.69 0.95 0.33 16.3 0.91 0.35
Hex AA 34 8 0 45 5F 21 10 5B 23
Octal 252 64 10 0 105 137 41 20 133 43
Binary 10101010 110100 1000 0 1000101 1011111 100001 10000 1011011 100011

Color Harmonies of #AA3408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3408

Black with #AA3408

Text Example


Text Example

White with #AA3408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3408; }

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

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

background-color css

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

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

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

border-color css

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

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

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