Html Css Color HEX #A94610 Rust

📋 copy color: '#A94610'

red 169 ◦ green 70 ◦ blue 16

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

Shades of Rust #A94610

Tints of Rust #A94610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.27%

R = 66.27%
G = 27.45%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A94610 (or 0xA94610) is known color: Rust. HEX triplet: A9, 46 and 10. RGB value is (169,70,16). Sum of RGB (Red+Green+Blue) = 169+70+16=255 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.27% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 169 - color contains mainly: red. Hex color #A94610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94610 is #56B9EF. Grayscale: #5D5D5D. Windows color (decimal): -5683696 or 1066665. OLE color: 1066665.

HSL color Cylindrical-coordinate representation of color #A94610: hue angle of 21.18º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A94610 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 70 16 -
CMYK 0 0.59 0.91 0.34
HSL 21.18º 0.83% 0.36% -
HSV(B) 21.18º 0.91% 0.66% -
XYZ 18.65 12.85 1.99 -
YUV 93.45 84.3 181.89 -
System Red Green Blue C M Y K H S L
Decimal 169 70 16 0 0.59 0.91 0.34 21.18 0.83 0.36
Hex A9 46 10 0 3B 5B 22 15 53 24
Octal 251 106 20 0 73 133 42 25 123 44
Binary 10101001 1000110 10000 0 111011 1011011 100010 10101 1010011 100100

Color Harmonies of #A94610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94610

Black with #A94610

Text Example


Text Example

White with #A94610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94610; }

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

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

background-color css

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

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

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

border-color css

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

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

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