Html Css Color HEX #A44711 Rust

📋 copy color: '#A44711'

red 164 ◦ green 71 ◦ blue 17

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

Shades of Rust #A44711

Tints of Rust #A44711

RGB

 RED value IS 164 (64.45% from 255) = 65.08%

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

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

R = 65.08%
G = 28.17%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A44711 (or 0xA44711) is known color: Rust. HEX triplet: A4, 47 and 11. RGB value is (164,71,17). Sum of RGB (Red+Green+Blue) = 164+71+17=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A44711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44711 is #5BB8EE. Grayscale: #5C5C5C. Windows color (decimal): -6011119 or 1132452. OLE color: 1132452.

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

Color convert

RGB 164 71 17 -
CMYK 0 0.57 0.90 0.36
HSL 22.04º 0.81% 0.35% -
HSV(B) 22.04º 0.9% 0.64% -
XYZ 17.66 12.44 2 -
YUV 92.65 85.31 178.89 -
System Red Green Blue C M Y K H S L
Decimal 164 71 17 0 0.57 0.90 0.36 22.04 0.81 0.35
Hex A4 47 11 0 39 5A 24 16 51 23
Octal 244 107 21 0 71 132 44 26 121 43
Binary 10100100 1000111 10001 0 111001 1011010 100100 10110 1010001 100011

Color Harmonies of #A44711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44711

Black with #A44711

Text Example


Text Example

White with #A44711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44711; }

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

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

background-color css

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

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

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

border-color css

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

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

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