Html Css Color HEX #AA4908 Rust

📋 copy color: '#AA4908'

red 170 ◦ green 73 ◦ blue 8

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

Shades of Rust #AA4908

Tints of Rust #AA4908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.08%

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

R = 67.73%
G = 29.08%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA4908 (or 0xAA4908) is known color: Rust. HEX triplet: AA, 49 and 08. RGB value is (170,73,8). Sum of RGB (Red+Green+Blue) = 170+73+8=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4908 is #55B6F7. Grayscale: #5E5E5E. Windows color (decimal): -5617400 or 543146. OLE color: 543146.

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

Color convert

RGB 170 73 8 -
CMYK 0 0.57 0.95 0.33
HSL 24.07º 0.91% 0.35% -
HSV(B) 24.07º 0.95% 0.67% -
XYZ 19 13.33 1.8 -
YUV 94.59 79.14 181.79 -
System Red Green Blue C M Y K H S L
Decimal 170 73 8 0 0.57 0.95 0.33 24.07 0.91 0.35
Hex AA 49 8 0 39 5F 21 18 5B 23
Octal 252 111 10 0 71 137 41 30 133 43
Binary 10101010 1001001 1000 0 111001 1011111 100001 11000 1011011 100011

Color Harmonies of #AA4908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4908

Black with #AA4908

Text Example


Text Example

White with #AA4908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4908; }

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

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

background-color css

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

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

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

border-color css

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

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

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