Html Css Color HEX #AA4304 Rust

📋 copy color: '#AA4304'

red 170 ◦ green 67 ◦ blue 4

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

Shades of Rust #AA4304

Tints of Rust #AA4304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.66%

R = 70.54%
G = 27.8%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA4304 (or 0xAA4304) is known color: Rust. HEX triplet: AA, 43 and 04. RGB value is (170,67,4). Sum of RGB (Red+Green+Blue) = 170+67+4=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4304 is #55BCFB. Grayscale: #5A5A5A. Windows color (decimal): -5618940 or 279466. OLE color: 279466.

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

Color convert

RGB 170 67 4 -
CMYK 0 0.61 0.98 0.33
HSL 22.77º 0.95% 0.34% -
HSV(B) 22.77º 0.98% 0.67% -
XYZ 18.61 12.57 1.56 -
YUV 90.62 79.12 184.62 -
System Red Green Blue C M Y K H S L
Decimal 170 67 4 0 0.61 0.98 0.33 22.77 0.95 0.34
Hex AA 43 4 0 3D 62 21 17 5F 22
Octal 252 103 4 0 75 142 41 27 137 42
Binary 10101010 1000011 100 0 111101 1100010 100001 10111 1011111 100010

Color Harmonies of #AA4304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4304

Black with #AA4304

Text Example


Text Example

White with #AA4304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4304; }

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

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

background-color css

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

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

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

border-color css

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

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

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