Html Css Color HEX #AA4312 Rust

📋 copy color: '#AA4312'

red 170 ◦ green 67 ◦ blue 18

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

Shades of Rust #AA4312

Tints of Rust #AA4312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.27%

 BLUE value IS 18 (7.42% from 255) = 7.06%

R = 66.67%
G = 26.27%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA4312 (or 0xAA4312) is known color: Rust. HEX triplet: AA, 43 and 12. RGB value is (170,67,18). Sum of RGB (Red+Green+Blue) = 170+67+18=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4312 is #55BCED. Grayscale: #5C5C5C. Windows color (decimal): -5618926 or 1196970. OLE color: 1196970.

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

Color convert

RGB 170 67 18 -
CMYK 0 0.61 0.89 0.33
HSL 19.34º 0.81% 0.37% -
HSV(B) 19.34º 0.89% 0.67% -
XYZ 18.69 12.6 2.02 -
YUV 92.21 86.12 183.48 -
System Red Green Blue C M Y K H S L
Decimal 170 67 18 0 0.61 0.89 0.33 19.34 0.81 0.37
Hex AA 43 12 0 3D 59 21 13 51 25
Octal 252 103 22 0 75 131 41 23 121 45
Binary 10101010 1000011 10010 0 111101 1011001 100001 10011 1010001 100101

Color Harmonies of #AA4312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4312

Black with #AA4312

Text Example


Text Example

White with #AA4312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4312; }

 p { color: rgb(170,67,18); }

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

background-color css

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

 a { background-color: rgb(170,67,18); }

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

border-color css

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

 span { border-color: rgb(170,67,18); }

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