Html Css Color HEX #AA4302 Rust

📋 copy color: '#AA4302'

red 170 ◦ green 67 ◦ blue 2

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

Shades of Rust #AA4302

Tints of Rust #AA4302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 71.13%
G = 28.03%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA4302 (or 0xAA4302) is known color: Rust. HEX triplet: AA, 43 and 02. RGB value is (170,67,2). Sum of RGB (Red+Green+Blue) = 170+67+2=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4302 is #55BCFD. Grayscale: #5A5A5A. Windows color (decimal): -5618942 or 148394. OLE color: 148394.

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

Color convert

RGB 170 67 2 -
CMYK 0 0.61 0.99 0.33
HSL 23.21º 0.98% 0.34% -
HSV(B) 23.21º 0.99% 0.67% -
XYZ 18.6 12.56 1.5 -
YUV 90.39 78.12 184.79 -
System Red Green Blue C M Y K H S L
Decimal 170 67 2 0 0.61 0.99 0.33 23.21 0.98 0.34
Hex AA 43 2 0 3D 63 21 17 62 22
Octal 252 103 2 0 75 143 41 27 142 42
Binary 10101010 1000011 10 0 111101 1100011 100001 10111 1100010 100010

Color Harmonies of #AA4302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4302

Black with #AA4302

Text Example


Text Example

White with #AA4302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4302; }

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

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

background-color css

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

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

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

border-color css

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

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

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