Html Css Color HEX #A74701 Rust

📋 copy color: '#A74701'

red 167 ◦ green 71 ◦ blue 1

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

Shades of Rust #A74701

Tints of Rust #A74701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 69.87%
G = 29.71%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A74701 (or 0xA74701) is known color: Rust. HEX triplet: A7, 47 and 01. RGB value is (167,71,1). Sum of RGB (Red+Green+Blue) = 167+71+1=239 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.87% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 167 - color contains mainly: red. Hex color #A74701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74701 is #58B8FE. Grayscale: #5C5C5C. Windows color (decimal): -5814527 or 83879. OLE color: 83879.

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

Color convert

RGB 167 71 1 -
CMYK 0 0.57 0.99 0.35
HSL 25.3º 0.99% 0.33% -
HSV(B) 25.3º 0.99% 0.65% -
XYZ 18.2 12.72 1.53 -
YUV 91.72 76.8 181.69 -
System Red Green Blue C M Y K H S L
Decimal 167 71 1 0 0.57 0.99 0.35 25.3 0.99 0.33
Hex A7 47 1 0 39 63 23 19 63 21
Octal 247 107 1 0 71 143 43 31 143 41
Binary 10100111 1000111 1 0 111001 1100011 100011 11001 1100011 100001

Color Harmonies of #A74701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74701

Black with #A74701

Text Example


Text Example

White with #A74701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74701; }

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

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

background-color css

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

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

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

border-color css

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

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

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