Html Css Color HEX #AA4E07 Rust

📋 copy color: '#AA4E07'

red 170 ◦ green 78 ◦ blue 7

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

Shades of Rust #AA4E07

Tints of Rust #AA4E07

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.59%

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

R = 66.67%
G = 30.59%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA4E07 (or 0xAA4E07) is known color: Rust. HEX triplet: AA, 4E and 07. RGB value is (170,78,7). Sum of RGB (Red+Green+Blue) = 170+78+7=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4E07 is #55B1F8. Grayscale: #616161. Windows color (decimal): -5616121 or 478890. OLE color: 478890.

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

Color convert

RGB 170 78 7 -
CMYK 0 0.54 0.96 0.33
HSL 26.13º 0.92% 0.35% -
HSV(B) 26.13º 0.96% 0.67% -
XYZ 19.34 14.01 1.89 -
YUV 97.41 76.98 179.77 -
System Red Green Blue C M Y K H S L
Decimal 170 78 7 0 0.54 0.96 0.33 26.13 0.92 0.35
Hex AA 4E 7 0 36 60 21 1A 5C 23
Octal 252 116 7 0 66 140 41 32 134 43
Binary 10101010 1001110 111 0 110110 1100000 100001 11010 1011100 100011

Color Harmonies of #AA4E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4E07

Black with #AA4E07

Text Example


Text Example

White with #AA4E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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