Html Css Color HEX #AA3508 Rust

📋 copy color: '#AA3508'

red 170 ◦ green 53 ◦ blue 8

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

Shades of Rust #AA3508

Tints of Rust #AA3508

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.94%

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

R = 73.59%
G = 22.94%
B = 3.46%

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

#AA3508 (or 0xAA3508) is known color: Rust. HEX triplet: AA, 35 and 08. RGB value is (170,53,8). Sum of RGB (Red+Green+Blue) = 170+53+8=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3508 is #55CAF7. Grayscale: #535353. Windows color (decimal): -5622520 or 538026. OLE color: 538026.

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

Color convert

RGB 170 53 8 -
CMYK 0 0.69 0.95 0.33
HSL 16.67º 0.91% 0.35% -
HSV(B) 16.67º 0.95% 0.67% -
XYZ 17.89 11.11 1.43 -
YUV 82.85 85.76 190.16 -
System Red Green Blue C M Y K H S L
Decimal 170 53 8 0 0.69 0.95 0.33 16.67 0.91 0.35
Hex AA 35 8 0 45 5F 21 11 5B 23
Octal 252 65 10 0 105 137 41 21 133 43
Binary 10101010 110101 1000 0 1000101 1011111 100001 10001 1011011 100011

Color Harmonies of #AA3508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3508

Black with #AA3508

Text Example


Text Example

White with #AA3508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3508; }

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

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

background-color css

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

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

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

border-color css

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

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

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