Html Css Color HEX #AA4C06 Rust

📋 copy color: '#AA4C06'

red 170 ◦ green 76 ◦ blue 6

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

Shades of Rust #AA4C06

Tints of Rust #AA4C06

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.16%

 BLUE value IS 6 (2.73% from 255) = 2.38%

R = 67.46%
G = 30.16%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA4C06 (or 0xAA4C06) is known color: Rust. HEX triplet: AA, 4C and 06. RGB value is (170,76,6). Sum of RGB (Red+Green+Blue) = 170+76+6=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4C06 is #55B3F9. Grayscale: #606060. Windows color (decimal): -5616634 or 412842. OLE color: 412842.

HSL color Cylindrical-coordinate representation of color #AA4C06: hue angle of 25.61º degrees, saturation: 0.93, 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 #AA4C06 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 76 6 -
CMYK 0 0.55 0.96 0.33
HSL 25.61º 0.93% 0.35% -
HSV(B) 25.61º 0.96% 0.67% -
XYZ 19.19 13.73 1.81 -
YUV 96.13 77.14 180.69 -
System Red Green Blue C M Y K H S L
Decimal 170 76 6 0 0.55 0.96 0.33 25.61 0.93 0.35
Hex AA 4C 6 0 37 60 21 1A 5D 23
Octal 252 114 6 0 67 140 41 32 135 43
Binary 10101010 1001100 110 0 110111 1100000 100001 11010 1011101 100011

Color Harmonies of #AA4C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4C06

Black with #AA4C06

Text Example


Text Example

White with #AA4C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4C06; }

 p { color: rgb(170,76,6); }

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

background-color css

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

 a { background-color: rgb(170,76,6); }

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

border-color css

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

 span { border-color: rgb(170,76,6); }

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