Html Css Color HEX #A94504 Rust

📋 copy color: '#A94504'

red 169 ◦ green 69 ◦ blue 4

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

Shades of Rust #A94504

Tints of Rust #A94504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.51%

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

R = 69.83%
G = 28.51%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A94504 (or 0xA94504) is known color: Rust. HEX triplet: A9, 45 and 04. RGB value is (169,69,4). Sum of RGB (Red+Green+Blue) = 169+69+4=242 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.83% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 169 - color contains mainly: red. Hex color #A94504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94504 is #56BAFB. Grayscale: #5B5B5B. Windows color (decimal): -5683964 or 279977. OLE color: 279977.

HSL color Cylindrical-coordinate representation of color #A94504: hue angle of 23.64º 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 #A94504 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 69 4 -
CMYK 0 0.59 0.98 0.34
HSL 23.64º 0.95% 0.34% -
HSV(B) 23.64º 0.98% 0.66% -
XYZ 18.51 12.7 1.59 -
YUV 91.49 78.63 183.29 -
System Red Green Blue C M Y K H S L
Decimal 169 69 4 0 0.59 0.98 0.34 23.64 0.95 0.34
Hex A9 45 4 0 3B 62 22 18 5F 22
Octal 251 105 4 0 73 142 42 30 137 42
Binary 10101001 1000101 100 0 111011 1100010 100010 11000 1011111 100010

Color Harmonies of #A94504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94504

Black with #A94504

Text Example


Text Example

White with #A94504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94504; }

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

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

background-color css

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

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

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

border-color css

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

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

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