Html Css Color HEX #AA5208 Rust

📋 copy color: '#AA5208'

red 170 ◦ green 82 ◦ blue 8

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

Shades of Rust #AA5208

Tints of Rust #AA5208

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.54%

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

R = 65.38%
G = 31.54%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA5208 (or 0xAA5208) is known color: Rust. HEX triplet: AA, 52 and 08. RGB value is (170,82,8). Sum of RGB (Red+Green+Blue) = 170+82+8=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5208 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5208 is #55ADF7. Grayscale: #646464. Windows color (decimal): -5615096 or 545450. OLE color: 545450.

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

Color convert

RGB 170 82 8 -
CMYK 0 0.52 0.95 0.33
HSL 27.41º 0.91% 0.35% -
HSV(B) 27.41º 0.95% 0.67% -
XYZ 19.64 14.6 2.01 -
YUV 99.88 76.15 178.02 -
System Red Green Blue C M Y K H S L
Decimal 170 82 8 0 0.52 0.95 0.33 27.41 0.91 0.35
Hex AA 52 8 0 34 5F 21 1B 5B 23
Octal 252 122 10 0 64 137 41 33 133 43
Binary 10101010 1010010 1000 0 110100 1011111 100001 11011 1011011 100011

Color Harmonies of #AA5208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5208

Black with #AA5208

Text Example


Text Example

White with #AA5208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5208; }

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

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

background-color css

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

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

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

border-color css

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

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

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