Html Css Color HEX #AA4708 Rust

📋 copy color: '#AA4708'

red 170 ◦ green 71 ◦ blue 8

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

Shades of Rust #AA4708

Tints of Rust #AA4708

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.51%

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

R = 68.27%
G = 28.51%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA4708 (or 0xAA4708) is known color: Rust. HEX triplet: AA, 47 and 08. RGB value is (170,71,8). Sum of RGB (Red+Green+Blue) = 170+71+8=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4708 is #55B8F7. Grayscale: #5D5D5D. Windows color (decimal): -5617912 or 542634. OLE color: 542634.

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

Color convert

RGB 170 71 8 -
CMYK 0 0.58 0.95 0.33
HSL 23.33º 0.91% 0.35% -
HSV(B) 23.33º 0.95% 0.67% -
XYZ 18.87 13.07 1.76 -
YUV 93.42 79.8 182.62 -
System Red Green Blue C M Y K H S L
Decimal 170 71 8 0 0.58 0.95 0.33 23.33 0.91 0.35
Hex AA 47 8 0 3A 5F 21 17 5B 23
Octal 252 107 10 0 72 137 41 27 133 43
Binary 10101010 1000111 1000 0 111010 1011111 100001 10111 1011011 100011

Color Harmonies of #AA4708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4708

Black with #AA4708

Text Example


Text Example

White with #AA4708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4708; }

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

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

background-color css

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

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

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

border-color css

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

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

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