Html Css Color HEX #A84601 Rust

📋 copy color: '#A84601'

red 168 ◦ green 70 ◦ blue 1

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

Shades of Rust #A84601

Tints of Rust #A84601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.29%

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

R = 70.29%
G = 29.29%
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

#A84601 (or 0xA84601) is known color: Rust. HEX triplet: A8, 46 and 01. RGB value is (168,70,1). Sum of RGB (Red+Green+Blue) = 168+70+1=239 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.29% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 168 - color contains mainly: red. Hex color #A84601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84601 is #57B9FE. Grayscale: #5B5B5B. Windows color (decimal): -5749247 or 83624. OLE color: 83624.

HSL color Cylindrical-coordinate representation of color #A84601: hue angle of 24.79º 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 #A84601 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 70 1 -
CMYK 0 0.58 0.99 0.34
HSL 24.79º 0.99% 0.33% -
HSV(B) 24.79º 0.99% 0.66% -
XYZ 18.34 12.71 1.51 -
YUV 91.44 76.97 182.61 -
System Red Green Blue C M Y K H S L
Decimal 168 70 1 0 0.58 0.99 0.34 24.79 0.99 0.33
Hex A8 46 1 0 3A 63 22 19 63 21
Octal 250 106 1 0 72 143 42 31 143 41
Binary 10101000 1000110 1 0 111010 1100011 100010 11001 1100011 100001

Color Harmonies of #A84601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84601

Black with #A84601

Text Example


Text Example

White with #A84601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84601; }

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

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

background-color css

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

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

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

border-color css

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

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

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