Html Css Color HEX #A74211 Rust

📋 copy color: '#A74211'

red 167 ◦ green 66 ◦ blue 17

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

Shades of Rust #A74211

Tints of Rust #A74211

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.4%

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

R = 66.8%
G = 26.4%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A74211 (or 0xA74211) is known color: Rust. HEX triplet: A7, 42 and 11. RGB value is (167,66,17). Sum of RGB (Red+Green+Blue) = 167+66+17=250 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.8% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 167 - color contains mainly: red. Hex color #A74211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74211 is #58BDEE. Grayscale: #5A5A5A. Windows color (decimal): -5815791 or 1131175. OLE color: 1131175.

HSL color Cylindrical-coordinate representation of color #A74211: hue angle of 19.6º 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 #A74211 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 66 17 -
CMYK 0 0.60 0.90 0.35
HSL 19.6º 0.82% 0.36% -
HSV(B) 19.6º 0.9% 0.65% -
XYZ 17.99 12.15 1.93 -
YUV 90.61 86.46 182.48 -
System Red Green Blue C M Y K H S L
Decimal 167 66 17 0 0.60 0.90 0.35 19.6 0.82 0.36
Hex A7 42 11 0 3C 5A 23 14 52 24
Octal 247 102 21 0 74 132 43 24 122 44
Binary 10100111 1000010 10001 0 111100 1011010 100011 10100 1010010 100100

Color Harmonies of #A74211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74211

Black with #A74211

Text Example


Text Example

White with #A74211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74211; }

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

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

background-color css

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

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

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

border-color css

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

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

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