Html Css Color HEX #A74712 Rust

📋 copy color: '#A74712'

red 167 ◦ green 71 ◦ blue 18

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

Shades of Rust #A74712

Tints of Rust #A74712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 65.23%
G = 27.73%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A74712 (or 0xA74712) is known color: Rust. HEX triplet: A7, 47 and 12. RGB value is (167,71,18). Sum of RGB (Red+Green+Blue) = 167+71+18=256 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.23% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 167 - color contains mainly: red. Hex color #A74712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74712 is #58B8ED. Grayscale: #5D5D5D. Windows color (decimal): -5814510 or 1197991. OLE color: 1197991.

HSL color Cylindrical-coordinate representation of color #A74712: hue angle of 21.34º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A74712 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 71 18 -
CMYK 0 0.57 0.89 0.35
HSL 21.34º 0.81% 0.36% -
HSV(B) 21.34º 0.89% 0.65% -
XYZ 18.3 12.77 2.07 -
YUV 93.66 85.3 180.31 -
System Red Green Blue C M Y K H S L
Decimal 167 71 18 0 0.57 0.89 0.35 21.34 0.81 0.36
Hex A7 47 12 0 39 59 23 15 51 24
Octal 247 107 22 0 71 131 43 25 121 44
Binary 10100111 1000111 10010 0 111001 1011001 100011 10101 1010001 100100

Color Harmonies of #A74712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74712

Black with #A74712

Text Example


Text Example

White with #A74712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74712; }

 p { color: rgb(167,71,18); }

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

background-color css

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

 a { background-color: rgb(167,71,18); }

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

border-color css

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

 span { border-color: rgb(167,71,18); }

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