Html Css Color HEX #A94704 Rust

📋 copy color: '#A94704'

red 169 ◦ green 71 ◦ blue 4

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

Shades of Rust #A94704

Tints of Rust #A94704

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.1%

 BLUE value IS 4 (1.95% from 255) = 1.64%

R = 69.26%
G = 29.1%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A94704 (or 0xA94704) is known color: Rust. HEX triplet: A9, 47 and 04. RGB value is (169,71,4). Sum of RGB (Red+Green+Blue) = 169+71+4=244 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.26% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 169 - color contains mainly: red. Hex color #A94704 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94704 is #56B8FB. Grayscale: #5D5D5D. Windows color (decimal): -5683452 or 280489. OLE color: 280489.

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

Color convert

RGB 169 71 4 -
CMYK 0 0.58 0.98 0.34
HSL 24.36º 0.95% 0.34% -
HSV(B) 24.36º 0.98% 0.66% -
XYZ 18.64 12.95 1.63 -
YUV 92.66 77.97 182.45 -
System Red Green Blue C M Y K H S L
Decimal 169 71 4 0 0.58 0.98 0.34 24.36 0.95 0.34
Hex A9 47 4 0 3A 62 22 18 5F 22
Octal 251 107 4 0 72 142 42 30 137 42
Binary 10101001 1000111 100 0 111010 1100010 100010 11000 1011111 100010

Color Harmonies of #A94704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94704

Black with #A94704

Text Example


Text Example

White with #A94704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94704; }

 p { color: rgb(169,71,4); }

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

background-color css

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

 a { background-color: rgb(169,71,4); }

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

border-color css

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

 span { border-color: rgb(169,71,4); }

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