Html Css Color HEX #AA3908 Rust

📋 copy color: '#AA3908'

red 170 ◦ green 57 ◦ blue 8

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

Shades of Rust #AA3908

Tints of Rust #AA3908

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.26%

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

R = 72.34%
G = 24.26%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA3908 (or 0xAA3908) is known color: Rust. HEX triplet: AA, 39 and 08. RGB value is (170,57,8). Sum of RGB (Red+Green+Blue) = 170+57+8=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3908 is #55C6F7. Grayscale: #555555. Windows color (decimal): -5621496 or 539050. OLE color: 539050.

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

Color convert

RGB 170 57 8 -
CMYK 0 0.66 0.95 0.33
HSL 18.15º 0.91% 0.35% -
HSV(B) 18.15º 0.95% 0.67% -
XYZ 18.08 11.49 1.49 -
YUV 85.2 84.44 188.48 -
System Red Green Blue C M Y K H S L
Decimal 170 57 8 0 0.66 0.95 0.33 18.15 0.91 0.35
Hex AA 39 8 0 42 5F 21 12 5B 23
Octal 252 71 10 0 102 137 41 22 133 43
Binary 10101010 111001 1000 0 1000010 1011111 100001 10010 1011011 100011

Color Harmonies of #AA3908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3908

Black with #AA3908

Text Example


Text Example

White with #AA3908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3908; }

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

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

background-color css

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

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

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

border-color css

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

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

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