Html Css Color HEX #AA430E Rust

📋 copy color: '#AA430E'

red 170 ◦ green 67 ◦ blue 14

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

Shades of Rust #AA430E

Tints of Rust #AA430E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.58%

R = 67.73%
G = 26.69%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA430E (or 0xAA430E) is known color: Rust. HEX triplet: AA, 43 and 0E. RGB value is (170,67,14). Sum of RGB (Red+Green+Blue) = 170+67+14=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA430E is #55BCF1. Grayscale: #5C5C5C. Windows color (decimal): -5618930 or 934826. OLE color: 934826.

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

Color convert

RGB 170 67 14 -
CMYK 0 0.61 0.92 0.33
HSL 20.38º 0.85% 0.36% -
HSV(B) 20.38º 0.92% 0.67% -
XYZ 18.66 12.59 1.86 -
YUV 91.76 84.12 183.81 -
System Red Green Blue C M Y K H S L
Decimal 170 67 14 0 0.61 0.92 0.33 20.38 0.85 0.36
Hex AA 43 E 0 3D 5C 21 14 55 24
Octal 252 103 16 0 75 134 41 24 125 44
Binary 10101010 1000011 1110 0 111101 1011100 100001 10100 1010101 100100

Color Harmonies of #AA430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA430E

Black with #AA430E

Text Example


Text Example

White with #AA430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA430E; }

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

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

background-color css

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

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

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

border-color css

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

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

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