Html Css Color HEX #A94900 Rust

📋 copy color: '#A94900'

red 169 ◦ green 73 ◦ blue 0

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

Shades of Rust #A94900

Tints of Rust #A94900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.83%
G = 30.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A94900 (or 0xA94900) is known color: Rust. HEX triplet: A9, 49 and 00. RGB value is (169,73,0). Sum of RGB (Red+Green+Blue) = 169+73+0=242 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.83% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 169 - color contains mainly: red. Hex color #A94900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94900 is #56B6FF. Grayscale: #5D5D5D. Windows color (decimal): -5682944 or 18857. OLE color: 18857.

HSL color Cylindrical-coordinate representation of color #A94900: hue angle of 25.92º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A94900 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 73 0 -
CMYK 0 0.57 1 0.34
HSL 25.92º 1% 0.33% -
HSV(B) 25.92º 1% 0.66% -
XYZ 18.74 13.2 1.56 -
YUV 93.38 75.3 181.94 -
System Red Green Blue C M Y K H S L
Decimal 169 73 0 0 0.57 1 0.34 25.92 1 0.33
Hex A9 49 0 0 39 64 22 1A 64 21
Octal 251 111 0 0 71 144 42 32 144 41
Binary 10101001 1001001 0 0 111001 1100100 100010 11010 1100100 100001

Color Harmonies of #A94900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94900

Black with #A94900

Text Example


Text Example

White with #A94900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94900; }

 p { color: rgb(169,73,0); }

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

background-color css

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

 a { background-color: rgb(169,73,0); }

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

border-color css

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

 span { border-color: rgb(169,73,0); }

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