Html Css Color HEX #AA3708 Rust

📋 copy color: '#AA3708'

red 170 ◦ green 55 ◦ blue 8

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

Shades of Rust #AA3708

Tints of Rust #AA3708

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.61%

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

R = 72.96%
G = 23.61%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA3708 (or 0xAA3708) is known color: Rust. HEX triplet: AA, 37 and 08. RGB value is (170,55,8). Sum of RGB (Red+Green+Blue) = 170+55+8=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3708 is #55C8F7. Grayscale: #545454. Windows color (decimal): -5622008 or 538538. OLE color: 538538.

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

Color convert

RGB 170 55 8 -
CMYK 0 0.68 0.95 0.33
HSL 17.41º 0.91% 0.35% -
HSV(B) 17.41º 0.95% 0.67% -
XYZ 17.99 11.3 1.46 -
YUV 84.03 85.1 189.32 -
System Red Green Blue C M Y K H S L
Decimal 170 55 8 0 0.68 0.95 0.33 17.41 0.91 0.35
Hex AA 37 8 0 44 5F 21 11 5B 23
Octal 252 67 10 0 104 137 41 21 133 43
Binary 10101010 110111 1000 0 1000100 1011111 100001 10001 1011011 100011

Color Harmonies of #AA3708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3708

Black with #AA3708

Text Example


Text Example

White with #AA3708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3708; }

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

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

background-color css

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

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

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

border-color css

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

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

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