Html Css Color HEX #A94F11 Rust

📋 copy color: '#A94F11'

red 169 ◦ green 79 ◦ blue 17

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

Shades of Rust #A94F11

Tints of Rust #A94F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.81%

 BLUE value IS 17 (7.03% from 255) = 6.42%

R = 63.77%
G = 29.81%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A94F11 (or 0xA94F11) is known color: Rust. HEX triplet: A9, 4F and 11. RGB value is (169,79,17). Sum of RGB (Red+Green+Blue) = 169+79+17=265 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.77% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A94F11 is #56B0EE. Grayscale: #636363. Windows color (decimal): -5681391 or 1134505. OLE color: 1134505.

HSL color Cylindrical-coordinate representation of color #A94F11: hue angle of 24.47º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A94F11 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 79 17 -
CMYK 0 0.53 0.90 0.34
HSL 24.47º 0.82% 0.36% -
HSV(B) 24.47º 0.9% 0.66% -
XYZ 19.26 14.07 2.23 -
YUV 98.84 81.82 178.04 -
System Red Green Blue C M Y K H S L
Decimal 169 79 17 0 0.53 0.90 0.34 24.47 0.82 0.36
Hex A9 4F 11 0 35 5A 22 18 52 24
Octal 251 117 21 0 65 132 42 30 122 44
Binary 10101001 1001111 10001 0 110101 1011010 100010 11000 1010010 100100

Color Harmonies of #A94F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94F11

Black with #A94F11

Text Example


Text Example

White with #A94F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94F11; }

 p { color: rgb(169,79,17); }

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

background-color css

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

 a { background-color: rgb(169,79,17); }

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

border-color css

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

 span { border-color: rgb(169,79,17); }

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