Html Css Color HEX #A94617 Rust

📋 copy color: '#A94617'

red 169 ◦ green 70 ◦ blue 23

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

Shades of Rust #A94617

Tints of Rust #A94617

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.72%

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

R = 64.5%
G = 26.72%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A94617 (or 0xA94617) is known color: Rust. HEX triplet: A9, 46 and 17. RGB value is (169,70,23). Sum of RGB (Red+Green+Blue) = 169+70+23=262 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.50% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 169 - color contains mainly: red. Hex color #A94617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94617 is #56B9E8. Grayscale: #5E5E5E. Windows color (decimal): -5683689 or 1525417. OLE color: 1525417.

HSL color Cylindrical-coordinate representation of color #A94617: hue angle of 19.32º 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 #A94617 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 70 23 -
CMYK 0 0.59 0.86 0.34
HSL 19.32º 0.76% 0.38% -
HSV(B) 19.32º 0.86% 0.66% -
XYZ 18.71 12.88 2.31 -
YUV 94.24 87.8 181.32 -
System Red Green Blue C M Y K H S L
Decimal 169 70 23 0 0.59 0.86 0.34 19.32 0.76 0.38
Hex A9 46 17 0 3B 56 22 13 4C 26
Octal 251 106 27 0 73 126 42 23 114 46
Binary 10101001 1000110 10111 0 111011 1010110 100010 10011 1001100 100110

Color Harmonies of #A94617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94617

Black with #A94617

Text Example


Text Example

White with #A94617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94617; }

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

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

background-color css

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

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

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

border-color css

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

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

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