Html Css Color HEX #AA340F Rust

📋 copy color: '#AA340F'

red 170 ◦ green 52 ◦ blue 15

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

Shades of Rust #AA340F

Tints of Rust #AA340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.94%

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

R = 71.73%
G = 21.94%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA340F (or 0xAA340F) is known color: Rust. HEX triplet: AA, 34 and 0F. RGB value is (170,52,15). Sum of RGB (Red+Green+Blue) = 170+52+15=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA340F is #55CBF0. Grayscale: #535353. Windows color (decimal): -5622769 or 996522. OLE color: 996522.

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

Color convert

RGB 170 52 15 -
CMYK 0 0.69 0.91 0.33
HSL 14.32º 0.84% 0.36% -
HSV(B) 14.32º 0.91% 0.67% -
XYZ 17.89 11.04 1.64 -
YUV 83.06 89.59 190.01 -
System Red Green Blue C M Y K H S L
Decimal 170 52 15 0 0.69 0.91 0.33 14.32 0.84 0.36
Hex AA 34 F 0 45 5B 21 E 54 24
Octal 252 64 17 0 105 133 41 16 124 44
Binary 10101010 110100 1111 0 1000101 1011011 100001 1110 1010100 100100

Color Harmonies of #AA340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA340F

Black with #AA340F

Text Example


Text Example

White with #AA340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA340F; }

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

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

background-color css

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

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

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

border-color css

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

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

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