Html Css Color HEX #A94417 Rust

📋 copy color: '#A94417'

red 169 ◦ green 68 ◦ blue 23

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

Shades of Rust #A94417

Tints of Rust #A94417

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.15%

 BLUE value IS 23 (9.38% from 255) = 8.85%

R = 65%
G = 26.15%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A94417 (or 0xA94417) is known color: Rust. HEX triplet: A9, 44 and 17. RGB value is (169,68,23). Sum of RGB (Red+Green+Blue) = 169+68+23=260 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 169 - color contains mainly: red. Hex color #A94417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94417 is #56BBE8. Grayscale: #5D5D5D. Windows color (decimal): -5684201 or 1524905. OLE color: 1524905.

HSL color Cylindrical-coordinate representation of color #A94417: hue angle of 18.49º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A94417 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 68 23 -
CMYK 0 0.60 0.86 0.34
HSL 18.49º 0.76% 0.38% -
HSV(B) 18.49º 0.86% 0.66% -
XYZ 18.58 12.63 2.27 -
YUV 93.07 88.46 182.16 -
System Red Green Blue C M Y K H S L
Decimal 169 68 23 0 0.60 0.86 0.34 18.49 0.76 0.38
Hex A9 44 17 0 3C 56 22 12 4C 26
Octal 251 104 27 0 74 126 42 22 114 46
Binary 10101001 1000100 10111 0 111100 1010110 100010 10010 1001100 100110

Color Harmonies of #A94417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94417

Black with #A94417

Text Example


Text Example

White with #A94417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94417; }

 p { color: rgb(169,68,23); }

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

background-color css

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

 a { background-color: rgb(169,68,23); }

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

border-color css

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

 span { border-color: rgb(169,68,23); }

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