Html Css Color HEX #AA3208 Rust

📋 copy color: '#AA3208'

red 170 ◦ green 50 ◦ blue 8

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

Shades of Rust #AA3208

Tints of Rust #AA3208

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.93%

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

R = 74.56%
G = 21.93%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA3208 (or 0xAA3208) is known color: Rust. HEX triplet: AA, 32 and 08. RGB value is (170,50,8). Sum of RGB (Red+Green+Blue) = 170+50+8=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3208 is #55CDF7. Grayscale: #515151. Windows color (decimal): -5623288 or 537258. OLE color: 537258.

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

Color convert

RGB 170 50 8 -
CMYK 0 0.71 0.95 0.33
HSL 15.56º 0.91% 0.35% -
HSV(B) 15.56º 0.95% 0.67% -
XYZ 17.76 10.84 1.39 -
YUV 81.09 86.76 191.42 -
System Red Green Blue C M Y K H S L
Decimal 170 50 8 0 0.71 0.95 0.33 15.56 0.91 0.35
Hex AA 32 8 0 47 5F 21 10 5B 23
Octal 252 62 10 0 107 137 41 20 133 43
Binary 10101010 110010 1000 0 1000111 1011111 100001 10000 1011011 100011

Color Harmonies of #AA3208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3208

Black with #AA3208

Text Example


Text Example

White with #AA3208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3208; }

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

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

background-color css

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

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

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

border-color css

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

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

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