Html Css Color HEX #A94711 Rust

📋 copy color: '#A94711'

red 169 ◦ green 71 ◦ blue 17

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

Shades of Rust #A94711

Tints of Rust #A94711

RGB

 RED value IS 169 (66.41% from 255) = 65.76%

 GREEN value IS 71 (28.13% from 255) = 27.63%

 BLUE value IS 17 (7.03% from 255) = 6.61%

R = 65.76%
G = 27.63%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A94711 (or 0xA94711) is known color: Rust. HEX triplet: A9, 47 and 11. RGB value is (169,71,17). Sum of RGB (Red+Green+Blue) = 169+71+17=257 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.76% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 169 - color contains mainly: red. Hex color #A94711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94711 is #56B8EE. Grayscale: #5E5E5E. Windows color (decimal): -5683439 or 1132457. OLE color: 1132457.

HSL color Cylindrical-coordinate representation of color #A94711: hue angle of 21.32º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A94711 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 71 17 -
CMYK 0 0.58 0.90 0.34
HSL 21.32º 0.82% 0.36% -
HSV(B) 21.32º 0.9% 0.66% -
XYZ 18.72 12.98 2.05 -
YUV 94.15 84.47 181.39 -
System Red Green Blue C M Y K H S L
Decimal 169 71 17 0 0.58 0.90 0.34 21.32 0.82 0.36
Hex A9 47 11 0 3A 5A 22 15 52 24
Octal 251 107 21 0 72 132 42 25 122 44
Binary 10101001 1000111 10001 0 111010 1011010 100010 10101 1010010 100100

Color Harmonies of #A94711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94711

Black with #A94711

Text Example


Text Example

White with #A94711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94711; }

 p { color: rgb(169,71,17); }

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

background-color css

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

 a { background-color: rgb(169,71,17); }

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

border-color css

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

 span { border-color: rgb(169,71,17); }

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