Html Css Color HEX #A74711 Rust

📋 copy color: '#A74711'

red 167 ◦ green 71 ◦ blue 17

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

Shades of Rust #A74711

Tints of Rust #A74711

RGB

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

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

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

R = 65.49%
G = 27.84%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A74711 (or 0xA74711) is known color: Rust. HEX triplet: A7, 47 and 11. RGB value is (167,71,17). Sum of RGB (Red+Green+Blue) = 167+71+17=255 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.49% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 167 - color contains mainly: red. Hex color #A74711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74711 is #58B8EE. Grayscale: #5D5D5D. Windows color (decimal): -5814511 or 1132455. OLE color: 1132455.

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

Color convert

RGB 167 71 17 -
CMYK 0 0.57 0.90 0.35
HSL 21.6º 0.82% 0.36% -
HSV(B) 21.6º 0.9% 0.65% -
XYZ 18.29 12.76 2.03 -
YUV 93.55 84.8 180.39 -
System Red Green Blue C M Y K H S L
Decimal 167 71 17 0 0.57 0.90 0.35 21.6 0.82 0.36
Hex A7 47 11 0 39 5A 23 16 52 24
Octal 247 107 21 0 71 132 43 26 122 44
Binary 10100111 1000111 10001 0 111001 1011010 100011 10110 1010010 100100

Color Harmonies of #A74711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74711

Black with #A74711

Text Example


Text Example

White with #A74711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74711; }

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

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

background-color css

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

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

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

border-color css

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

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

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