Html Css Color HEX #AA3807 Rust

📋 copy color: '#AA3807'

red 170 ◦ green 56 ◦ blue 7

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

Shades of Rust #AA3807

Tints of Rust #AA3807

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.03%

 BLUE value IS 7 (3.13% from 255) = 3%

R = 72.96%
G = 24.03%
B = 3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA3807 (or 0xAA3807) is known color: Rust. HEX triplet: AA, 38 and 07. RGB value is (170,56,7). Sum of RGB (Red+Green+Blue) = 170+56+7=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3807 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3807 is #55C7F8. Grayscale: #545454. Windows color (decimal): -5621753 or 473258. OLE color: 473258.

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

Color convert

RGB 170 56 7 -
CMYK 0 0.67 0.96 0.33
HSL 18.04º 0.92% 0.35% -
HSV(B) 18.04º 0.96% 0.67% -
XYZ 18.03 11.39 1.45 -
YUV 84.5 84.27 188.98 -
System Red Green Blue C M Y K H S L
Decimal 170 56 7 0 0.67 0.96 0.33 18.04 0.92 0.35
Hex AA 38 7 0 43 60 21 12 5C 23
Octal 252 70 7 0 103 140 41 22 134 43
Binary 10101010 111000 111 0 1000011 1100000 100001 10010 1011100 100011

Color Harmonies of #AA3807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3807

Black with #AA3807

Text Example


Text Example

White with #AA3807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3807; }

 p { color: rgb(170,56,7); }

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

background-color css

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

 a { background-color: rgb(170,56,7); }

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

border-color css

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

 span { border-color: rgb(170,56,7); }

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