Html Css Color HEX #A94F0A Rust

📋 copy color: '#A94F0A'

red 169 ◦ green 79 ◦ blue 10

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

Shades of Rust #A94F0A

Tints of Rust #A94F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.88%

R = 65.5%
G = 30.62%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.34

RGB Variations

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

Color information

#A94F0A (or 0xA94F0A) is known color: Rust. HEX triplet: A9, 4F and 0A. RGB value is (169,79,10). Sum of RGB (Red+Green+Blue) = 169+79+10=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A94F0A is #56B0F5. Grayscale: #626262. Windows color (decimal): -5681398 or 675753. OLE color: 675753.

HSL color Cylindrical-coordinate representation of color #A94F0A: hue angle of 26.04º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A94F0A is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 79 10 -
CMYK 0 0.53 0.94 0.34
HSL 26.04º 0.89% 0.35% -
HSV(B) 26.04º 0.94% 0.66% -
XYZ 19.21 14.05 1.99 -
YUV 98.04 78.32 178.61 -
System Red Green Blue C M Y K H S L
Decimal 169 79 10 0 0.53 0.94 0.34 26.04 0.89 0.35
Hex A9 4F A 0 35 5E 22 1A 59 23
Octal 251 117 12 0 65 136 42 32 131 43
Binary 10101001 1001111 1010 0 110101 1011110 100010 11010 1011001 100011

Color Harmonies of #A94F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94F0A

Black with #A94F0A

Text Example


Text Example

White with #A94F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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