Html Css Color HEX #A94716 Rust

📋 copy color: '#A94716'

red 169 ◦ green 71 ◦ blue 22

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

Shades of Rust #A94716

Tints of Rust #A94716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.4%

R = 64.5%
G = 27.1%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A94716 (or 0xA94716) is known color: Rust. HEX triplet: A9, 47 and 16. RGB value is (169,71,22). Sum of RGB (Red+Green+Blue) = 169+71+22=262 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.50% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 169 - color contains mainly: red. Hex color #A94716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94716 is #56B8E9. Grayscale: #5F5F5F. Windows color (decimal): -5683434 or 1460137. OLE color: 1460137.

HSL color Cylindrical-coordinate representation of color #A94716: hue angle of 20º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A94716 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 71 22 -
CMYK 0 0.58 0.87 0.34
HSL 20º 0.77% 0.37% -
HSV(B) 20º 0.87% 0.66% -
XYZ 18.76 13 2.28 -
YUV 94.72 86.97 180.98 -
System Red Green Blue C M Y K H S L
Decimal 169 71 22 0 0.58 0.87 0.34 20 0.77 0.37
Hex A9 47 16 0 3A 57 22 14 4D 25
Octal 251 107 26 0 72 127 42 24 115 45
Binary 10101001 1000111 10110 0 111010 1010111 100010 10100 1001101 100101

Color Harmonies of #A94716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94716

Black with #A94716

Text Example


Text Example

White with #A94716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94716; }

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

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

background-color css

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

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

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

border-color css

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

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

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