Html Css Color HEX #A74911 Rust

📋 copy color: '#A74911'

red 167 ◦ green 73 ◦ blue 17

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

Shades of Rust #A74911

Tints of Rust #A74911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.61%

R = 64.98%
G = 28.4%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A74911 (or 0xA74911) is known color: Rust. HEX triplet: A7, 49 and 11. RGB value is (167,73,17). Sum of RGB (Red+Green+Blue) = 167+73+17=257 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.98% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 167 - color contains mainly: red. Hex color #A74911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74911 is #58B6EE. Grayscale: #5F5F5F. Windows color (decimal): -5813999 or 1132967. OLE color: 1132967.

HSL color Cylindrical-coordinate representation of color #A74911: hue angle of 22.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A74911 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 73 17 -
CMYK 0 0.56 0.90 0.35
HSL 22.4º 0.82% 0.36% -
HSV(B) 22.4º 0.9% 0.65% -
XYZ 18.42 13.02 2.07 -
YUV 94.72 84.14 179.55 -
System Red Green Blue C M Y K H S L
Decimal 167 73 17 0 0.56 0.90 0.35 22.4 0.82 0.36
Hex A7 49 11 0 38 5A 23 16 52 24
Octal 247 111 21 0 70 132 43 26 122 44
Binary 10100111 1001001 10001 0 111000 1011010 100011 10110 1010010 100100

Color Harmonies of #A74911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74911

Black with #A74911

Text Example


Text Example

White with #A74911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74911; }

 p { color: rgb(167,73,17); }

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

background-color css

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

 a { background-color: rgb(167,73,17); }

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

border-color css

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

 span { border-color: rgb(167,73,17); }

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