Html Css Color HEX #A74404 Rust

📋 copy color: '#A74404'

red 167 ◦ green 68 ◦ blue 4

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

Shades of Rust #A74404

Tints of Rust #A74404

RGB

 RED value IS 167 (65.63% from 255) = 69.87%

 GREEN value IS 68 (26.95% from 255) = 28.45%

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

R = 69.87%
G = 28.45%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A74404 (or 0xA74404) is known color: Rust. HEX triplet: A7, 44 and 04. RGB value is (167,68,4). Sum of RGB (Red+Green+Blue) = 167+68+4=239 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.87% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 167 - color contains mainly: red. Hex color #A74404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74404 is #58BBFB. Grayscale: #5A5A5A. Windows color (decimal): -5815292 or 279719. OLE color: 279719.

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

Color convert

RGB 167 68 4 -
CMYK 0 0.59 0.98 0.35
HSL 23.56º 0.95% 0.34% -
HSV(B) 23.56º 0.98% 0.65% -
XYZ 18.03 12.36 1.55 -
YUV 90.31 79.3 182.7 -
System Red Green Blue C M Y K H S L
Decimal 167 68 4 0 0.59 0.98 0.35 23.56 0.95 0.34
Hex A7 44 4 0 3B 62 23 18 5F 22
Octal 247 104 4 0 73 142 43 30 137 42
Binary 10100111 1000100 100 0 111011 1100010 100011 11000 1011111 100010

Color Harmonies of #A74404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74404

Black with #A74404

Text Example


Text Example

White with #A74404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74404; }

 p { color: rgb(167,68,4); }

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

background-color css

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

 a { background-color: rgb(167,68,4); }

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

border-color css

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

 span { border-color: rgb(167,68,4); }

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