Html Css Color HEX #AA3D00 Rust

📋 copy color: '#AA3D00'

red 170 ◦ green 61 ◦ blue 0

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

Shades of Rust #AA3D00

Tints of Rust #AA3D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.59%
G = 26.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA3D00 (or 0xAA3D00) is known color: Rust. HEX triplet: AA, 3D and 00. RGB value is (170,61,0). Sum of RGB (Red+Green+Blue) = 170+61+0=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3D00 is #55C2FF. Grayscale: #565656. Windows color (decimal): -5620480 or 15786. OLE color: 15786.

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

Color convert

RGB 170 61 0 -
CMYK 0 0.64 1 0.33
HSL 21.53º 1% 0.33% -
HSV(B) 21.53º 1% 0.67% -
XYZ 18.25 11.88 1.33 -
YUV 86.64 79.11 187.46 -
System Red Green Blue C M Y K H S L
Decimal 170 61 0 0 0.64 1 0.33 21.53 1 0.33
Hex AA 3D 0 0 40 64 21 16 64 21
Octal 252 75 0 0 100 144 41 26 144 41
Binary 10101010 111101 0 0 1000000 1100100 100001 10110 1100100 100001

Color Harmonies of #AA3D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3D00

Black with #AA3D00

Text Example


Text Example

White with #AA3D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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