Html Css Color HEX #AA4B00 Rust

📋 copy color: '#AA4B00'

red 170 ◦ green 75 ◦ blue 0

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

Shades of Rust #AA4B00

Tints of Rust #AA4B00

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.61%

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

R = 69.39%
G = 30.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA4B00 (or 0xAA4B00) is known color: Rust. HEX triplet: AA, 4B and 00. RGB value is (170,75,0). Sum of RGB (Red+Green+Blue) = 170+75+0=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4B00 is #55B4FF. Grayscale: #5F5F5F. Windows color (decimal): -5616896 or 19370. OLE color: 19370.

HSL color Cylindrical-coordinate representation of color #AA4B00: hue angle of 26.47º 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 #AA4B00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 75 0 -
CMYK 0 0.56 1 0.33
HSL 26.47º 1% 0.33% -
HSV(B) 26.47º 1% 0.67% -
XYZ 19.09 13.58 1.61 -
YUV 94.86 74.47 181.6 -
System Red Green Blue C M Y K H S L
Decimal 170 75 0 0 0.56 1 0.33 26.47 1 0.33
Hex AA 4B 0 0 38 64 21 1A 64 21
Octal 252 113 0 0 70 144 41 32 144 41
Binary 10101010 1001011 0 0 111000 1100100 100001 11010 1100100 100001

Color Harmonies of #AA4B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4B00

Black with #AA4B00

Text Example


Text Example

White with #AA4B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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