Html Css Color HEX #AA4E08 Rust

📋 copy color: '#AA4E08'

red 170 ◦ green 78 ◦ blue 8

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

Shades of Rust #AA4E08

Tints of Rust #AA4E08

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.47%

 BLUE value IS 8 (3.52% from 255) = 3.13%

R = 66.41%
G = 30.47%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA4E08 (or 0xAA4E08) is known color: Rust. HEX triplet: AA, 4E and 08. RGB value is (170,78,8). Sum of RGB (Red+Green+Blue) = 170+78+8=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA4E08 is #55B1F7. Grayscale: #616161. Windows color (decimal): -5616120 or 544426. OLE color: 544426.

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

Color convert

RGB 170 78 8 -
CMYK 0 0.54 0.95 0.33
HSL 25.93º 0.91% 0.35% -
HSV(B) 25.93º 0.95% 0.67% -
XYZ 19.35 14.01 1.91 -
YUV 97.53 77.48 179.69 -
System Red Green Blue C M Y K H S L
Decimal 170 78 8 0 0.54 0.95 0.33 25.93 0.91 0.35
Hex AA 4E 8 0 36 5F 21 1A 5B 23
Octal 252 116 10 0 66 137 41 32 133 43
Binary 10101010 1001110 1000 0 110110 1011111 100001 11010 1011011 100011

Color Harmonies of #AA4E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4E08

Black with #AA4E08

Text Example


Text Example

White with #AA4E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4E08; }

 p { color: rgb(170,78,8); }

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

background-color css

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

 a { background-color: rgb(170,78,8); }

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

border-color css

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

 span { border-color: rgb(170,78,8); }

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