Html Css Color HEX #A74005 Rust

📋 copy color: '#A74005'

red 167 ◦ green 64 ◦ blue 5

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

Shades of Rust #A74005

Tints of Rust #A74005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.12%

 BLUE value IS 5 (2.34% from 255) = 2.12%

R = 70.76%
G = 27.12%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A74005 (or 0xA74005) is known color: Rust. HEX triplet: A7, 40 and 05. RGB value is (167,64,5). Sum of RGB (Red+Green+Blue) = 167+64+5=236 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.76% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 167 - color contains mainly: red. Hex color #A74005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74005 is #58BFFA. Grayscale: #585858. Windows color (decimal): -5816315 or 344231. OLE color: 344231.

HSL color Cylindrical-coordinate representation of color #A74005: hue angle of 21.85º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A74005 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 64 5 -
CMYK 0 0.62 0.97 0.35
HSL 21.85º 0.94% 0.34% -
HSV(B) 21.85º 0.97% 0.65% -
XYZ 17.8 11.89 1.5 -
YUV 88.07 81.12 184.3 -
System Red Green Blue C M Y K H S L
Decimal 167 64 5 0 0.62 0.97 0.35 21.85 0.94 0.34
Hex A7 40 5 0 3E 61 23 16 5E 22
Octal 247 100 5 0 76 141 43 26 136 42
Binary 10100111 1000000 101 0 111110 1100001 100011 10110 1011110 100010

Color Harmonies of #A74005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74005

Black with #A74005

Text Example


Text Example

White with #A74005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74005; }

 p { color: rgb(167,64,5); }

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

background-color css

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

 a { background-color: rgb(167,64,5); }

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

border-color css

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

 span { border-color: rgb(167,64,5); }

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