Html Css Color HEX #AA3C14 Rust

📋 copy color: '#AA3C14'

red 170 ◦ green 60 ◦ blue 20

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

Shades of Rust #AA3C14

Tints of Rust #AA3C14

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24%

 BLUE value IS 20 (8.2% from 255) = 8%

R = 68%
G = 24%
B = 8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA3C14 (or 0xAA3C14) is known color: Rust. HEX triplet: AA, 3C and 14. RGB value is (170,60,20). Sum of RGB (Red+Green+Blue) = 170+60+20=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3C14 is #55C3EB. Grayscale: #585858. Windows color (decimal): -5620716 or 1326250. OLE color: 1326250.

HSL color Cylindrical-coordinate representation of color #AA3C14: hue angle of 16º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA3C14 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 60 20 -
CMYK 0 0.65 0.88 0.33
HSL 16º 0.79% 0.37% -
HSV(B) 16º 0.88% 0.67% -
XYZ 18.32 11.83 1.98 -
YUV 88.33 89.44 186.25 -
System Red Green Blue C M Y K H S L
Decimal 170 60 20 0 0.65 0.88 0.33 16 0.79 0.37
Hex AA 3C 14 0 41 58 21 10 4F 25
Octal 252 74 24 0 101 130 41 20 117 45
Binary 10101010 111100 10100 0 1000001 1011000 100001 10000 1001111 100101

Color Harmonies of #AA3C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C14

Black with #AA3C14

Text Example


Text Example

White with #AA3C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C14; }

 p { color: rgb(170,60,20); }

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

background-color css

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

 a { background-color: rgb(170,60,20); }

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

border-color css

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

 span { border-color: rgb(170,60,20); }

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