Html Css Color HEX #A84901 Rust

📋 copy color: '#A84901'

red 168 ◦ green 73 ◦ blue 1

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

Shades of Rust #A84901

Tints of Rust #A84901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

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

R = 69.42%
G = 30.17%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A84901 (or 0xA84901) is known color: Rust. HEX triplet: A8, 49 and 01. RGB value is (168,73,1). Sum of RGB (Red+Green+Blue) = 168+73+1=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A84901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84901 is #57B6FE. Grayscale: #5D5D5D. Windows color (decimal): -5748479 or 84392. OLE color: 84392.

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

Color convert

RGB 168 73 1 -
CMYK 0 0.57 0.99 0.34
HSL 25.87º 0.99% 0.33% -
HSV(B) 25.87º 0.99% 0.66% -
XYZ 18.54 13.09 1.58 -
YUV 93.2 75.97 181.35 -
System Red Green Blue C M Y K H S L
Decimal 168 73 1 0 0.57 0.99 0.34 25.87 0.99 0.33
Hex A8 49 1 0 39 63 22 1A 63 21
Octal 250 111 1 0 71 143 42 32 143 41
Binary 10101000 1001001 1 0 111001 1100011 100010 11010 1100011 100001

Color Harmonies of #A84901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84901

Black with #A84901

Text Example


Text Example

White with #A84901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84901; }

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

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

background-color css

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

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

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

border-color css

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

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

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