Html Css Color HEX #A7440E Rust

📋 copy color: '#A7440E'

red 167 ◦ green 68 ◦ blue 14

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

Shades of Rust #A7440E

Tints of Rust #A7440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.31%

 BLUE value IS 14 (5.86% from 255) = 5.62%

R = 67.07%
G = 27.31%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A7440E (or 0xA7440E) is known color: Rust. HEX triplet: A7, 44 and 0E. RGB value is (167,68,14). Sum of RGB (Red+Green+Blue) = 167+68+14=249 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.07% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 167 - color contains mainly: red. Hex color #A7440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7440E is #58BBF1. Grayscale: #5B5B5B. Windows color (decimal): -5815282 or 935079. OLE color: 935079.

HSL color Cylindrical-coordinate representation of color #A7440E: hue angle of 21.18º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A7440E is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 68 14 -
CMYK 0 0.59 0.92 0.35
HSL 21.18º 0.85% 0.35% -
HSV(B) 21.18º 0.92% 0.65% -
XYZ 18.08 12.38 1.85 -
YUV 91.45 84.3 181.89 -
System Red Green Blue C M Y K H S L
Decimal 167 68 14 0 0.59 0.92 0.35 21.18 0.85 0.35
Hex A7 44 E 0 3B 5C 23 15 55 23
Octal 247 104 16 0 73 134 43 25 125 43
Binary 10100111 1000100 1110 0 111011 1011100 100011 10101 1010101 100011

Color Harmonies of #A7440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7440E

Black with #A7440E

Text Example


Text Example

White with #A7440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7440E; }

 p { color: rgb(167,68,14); }

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

background-color css

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

 a { background-color: rgb(167,68,14); }

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

border-color css

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

 span { border-color: rgb(167,68,14); }

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