Html Css Color HEX #A34711 Rust

📋 copy color: '#A34711'

red 163 ◦ green 71 ◦ blue 17

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

Shades of Rust #A34711

Tints of Rust #A34711

RGB

 RED value IS 163 (64.06% from 255) = 64.94%

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

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

R = 64.94%
G = 28.29%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A34711 (or 0xA34711) is known color: Rust. HEX triplet: A3, 47 and 11. RGB value is (163,71,17). Sum of RGB (Red+Green+Blue) = 163+71+17=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A34711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34711 is #5CB8EE. Grayscale: #5C5C5C. Windows color (decimal): -6076655 or 1132451. OLE color: 1132451.

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

Color convert

RGB 163 71 17 -
CMYK 0 0.56 0.90 0.36
HSL 22.19º 0.81% 0.35% -
HSV(B) 22.19º 0.9% 0.64% -
XYZ 17.46 12.33 1.99 -
YUV 92.35 85.48 178.39 -
System Red Green Blue C M Y K H S L
Decimal 163 71 17 0 0.56 0.90 0.36 22.19 0.81 0.35
Hex A3 47 11 0 38 5A 24 16 51 23
Octal 243 107 21 0 70 132 44 26 121 43
Binary 10100011 1000111 10001 0 111000 1011010 100100 10110 1010001 100011

Color Harmonies of #A34711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34711

Black with #A34711

Text Example


Text Example

White with #A34711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34711; }

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

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

background-color css

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

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

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

border-color css

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

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

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