Html Css Color HEX #A94518 Rust

📋 copy color: '#A94518'

red 169 ◦ green 69 ◦ blue 24

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

Shades of Rust #A94518

Tints of Rust #A94518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.34%

 BLUE value IS 24 (9.77% from 255) = 9.16%

R = 64.5%
G = 26.34%
B = 9.16%

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

#A94518 (or 0xA94518) is known color: Rust. HEX triplet: A9, 45 and 18. RGB value is (169,69,24). Sum of RGB (Red+Green+Blue) = 169+69+24=262 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.50% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 169 - color contains mainly: red. Hex color #A94518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94518 is #56BAE7. Grayscale: #5E5E5E. Windows color (decimal): -5683944 or 1590697. OLE color: 1590697.

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

Color convert

RGB 169 69 24 -
CMYK 0 0.59 0.86 0.34
HSL 18.62º 0.75% 0.38% -
HSV(B) 18.62º 0.86% 0.66% -
XYZ 18.66 12.76 2.34 -
YUV 93.77 88.63 181.66 -
System Red Green Blue C M Y K H S L
Decimal 169 69 24 0 0.59 0.86 0.34 18.62 0.75 0.38
Hex A9 45 18 0 3B 56 22 13 4B 26
Octal 251 105 30 0 73 126 42 23 113 46
Binary 10101001 1000101 11000 0 111011 1010110 100010 10011 1001011 100110

Color Harmonies of #A94518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94518

Black with #A94518

Text Example


Text Example

White with #A94518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94518; }

 p { color: rgb(169,69,24); }

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

background-color css

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

 a { background-color: rgb(169,69,24); }

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

border-color css

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

 span { border-color: rgb(169,69,24); }

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