Html Css Color HEX #AA4D0F Rust

📋 copy color: '#AA4D0F'

red 170 ◦ green 77 ◦ blue 15

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

Shades of Rust #AA4D0F

Tints of Rust #AA4D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.39%

 BLUE value IS 15 (6.25% from 255) = 5.73%

R = 64.89%
G = 29.39%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA4D0F (or 0xAA4D0F) is known color: Rust. HEX triplet: AA, 4D and 0F. RGB value is (170,77,15). Sum of RGB (Red+Green+Blue) = 170+77+15=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4D0F is #55B2F0. Grayscale: #626262. Windows color (decimal): -5616369 or 1002922. OLE color: 1002922.

HSL color Cylindrical-coordinate representation of color #AA4D0F: hue angle of 24º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA4D0F is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 77 15 -
CMYK 0 0.55 0.91 0.33
HSL 24º 0.84% 0.36% -
HSV(B) 24º 0.91% 0.67% -
XYZ 19.32 13.89 2.11 -
YUV 97.74 81.31 179.54 -
System Red Green Blue C M Y K H S L
Decimal 170 77 15 0 0.55 0.91 0.33 24 0.84 0.36
Hex AA 4D F 0 37 5B 21 18 54 24
Octal 252 115 17 0 67 133 41 30 124 44
Binary 10101010 1001101 1111 0 110111 1011011 100001 11000 1010100 100100

Color Harmonies of #AA4D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D0F

Black with #AA4D0F

Text Example


Text Example

White with #AA4D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D0F; }

 p { color: rgb(170,77,15); }

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

background-color css

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

 a { background-color: rgb(170,77,15); }

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

border-color css

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

 span { border-color: rgb(170,77,15); }

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