Html Css Color HEX #A84701 Rust

📋 copy color: '#A84701'

red 168 ◦ green 71 ◦ blue 1

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

Shades of Rust #A84701

Tints of Rust #A84701

RGB

 RED value IS 168 (66.02% from 255) = 70%

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

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

R = 70%
G = 29.58%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A84701 (or 0xA84701) is known color: Rust. HEX triplet: A8, 47 and 01. RGB value is (168,71,1). Sum of RGB (Red+Green+Blue) = 168+71+1=240 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 168 - color contains mainly: red. Hex color #A84701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84701 is #57B8FE. Grayscale: #5C5C5C. Windows color (decimal): -5748991 or 83880. OLE color: 83880.

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

Color convert

RGB 168 71 1 -
CMYK 0 0.58 0.99 0.34
HSL 25.15º 0.99% 0.33% -
HSV(B) 25.15º 0.99% 0.66% -
XYZ 18.41 12.83 1.54 -
YUV 92.02 76.64 182.19 -
System Red Green Blue C M Y K H S L
Decimal 168 71 1 0 0.58 0.99 0.34 25.15 0.99 0.33
Hex A8 47 1 0 3A 63 22 19 63 21
Octal 250 107 1 0 72 143 42 31 143 41
Binary 10101000 1000111 1 0 111010 1100011 100010 11001 1100011 100001

Color Harmonies of #A84701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84701

Black with #A84701

Text Example


Text Example

White with #A84701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84701; }

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

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

background-color css

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

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

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

border-color css

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

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

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