Html Css Color HEX #AA5308 Rust

📋 copy color: '#AA5308'

red 170 ◦ green 83 ◦ blue 8

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

Shades of Rust #AA5308

Tints of Rust #AA5308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.8%

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

R = 65.13%
G = 31.8%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA5308 (or 0xAA5308) is known color: Rust. HEX triplet: AA, 53 and 08. RGB value is (170,83,8). Sum of RGB (Red+Green+Blue) = 170+83+8=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5308 is #55ACF7. Grayscale: #646464. Windows color (decimal): -5614840 or 545706. OLE color: 545706.

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

Color convert

RGB 170 83 8 -
CMYK 0 0.51 0.95 0.33
HSL 27.78º 0.91% 0.35% -
HSV(B) 27.78º 0.95% 0.67% -
XYZ 19.71 14.75 2.04 -
YUV 100.46 75.82 177.6 -
System Red Green Blue C M Y K H S L
Decimal 170 83 8 0 0.51 0.95 0.33 27.78 0.91 0.35
Hex AA 53 8 0 33 5F 21 1C 5B 23
Octal 252 123 10 0 63 137 41 34 133 43
Binary 10101010 1010011 1000 0 110011 1011111 100001 11100 1011011 100011

Color Harmonies of #AA5308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5308

Black with #AA5308

Text Example


Text Example

White with #AA5308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5308; }

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

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

background-color css

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

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

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

border-color css

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

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

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