Html Css Color HEX #AA4907 Rust

📋 copy color: '#AA4907'

red 170 ◦ green 73 ◦ blue 7

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

Shades of Rust #AA4907

Tints of Rust #AA4907

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.8%

R = 68%
G = 29.2%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA4907 (or 0xAA4907) is known color: Rust. HEX triplet: AA, 49 and 07. RGB value is (170,73,7). Sum of RGB (Red+Green+Blue) = 170+73+7=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4907 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4907 is #55B6F8. Grayscale: #5E5E5E. Windows color (decimal): -5617401 or 477610. OLE color: 477610.

HSL color Cylindrical-coordinate representation of color #AA4907: hue angle of 24.29º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA4907 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 73 7 -
CMYK 0 0.57 0.96 0.33
HSL 24.29º 0.92% 0.35% -
HSV(B) 24.29º 0.96% 0.67% -
XYZ 19 13.33 1.77 -
YUV 94.48 78.64 181.87 -
System Red Green Blue C M Y K H S L
Decimal 170 73 7 0 0.57 0.96 0.33 24.29 0.92 0.35
Hex AA 49 7 0 39 60 21 18 5C 23
Octal 252 111 7 0 71 140 41 30 134 43
Binary 10101010 1001001 111 0 111001 1100000 100001 11000 1011100 100011

Color Harmonies of #AA4907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4907

Black with #AA4907

Text Example


Text Example

White with #AA4907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4907; }

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

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

background-color css

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

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

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

border-color css

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

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

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