Html Css Color HEX #AA3D07 Rust

📋 copy color: '#AA3D07'

red 170 ◦ green 61 ◦ blue 7

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

Shades of Rust #AA3D07

Tints of Rust #AA3D07

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25.63%

 BLUE value IS 7 (3.13% from 255) = 2.94%

R = 71.43%
G = 25.63%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA3D07 (or 0xAA3D07) is known color: Rust. HEX triplet: AA, 3D and 07. RGB value is (170,61,7). Sum of RGB (Red+Green+Blue) = 170+61+7=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 7 (3.12% from 255 or 2.94% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3D07 is #55C2F8. Grayscale: #575757. Windows color (decimal): -5620473 or 474538. OLE color: 474538.

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

Color convert

RGB 170 61 7 -
CMYK 0 0.64 0.96 0.33
HSL 19.88º 0.92% 0.35% -
HSV(B) 19.88º 0.96% 0.67% -
XYZ 18.28 11.9 1.53 -
YUV 87.44 82.61 186.89 -
System Red Green Blue C M Y K H S L
Decimal 170 61 7 0 0.64 0.96 0.33 19.88 0.92 0.35
Hex AA 3D 7 0 40 60 21 14 5C 23
Octal 252 75 7 0 100 140 41 24 134 43
Binary 10101010 111101 111 0 1000000 1100000 100001 10100 1011100 100011

Color Harmonies of #AA3D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3D07

Black with #AA3D07

Text Example


Text Example

White with #AA3D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3D07; }

 p { color: rgb(170,61,7); }

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

background-color css

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

 a { background-color: rgb(170,61,7); }

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

border-color css

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

 span { border-color: rgb(170,61,7); }

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