Html Css Color HEX #A84C01 Rust

📋 copy color: '#A84C01'

red 168 ◦ green 76 ◦ blue 1

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

Shades of Rust #A84C01

Tints of Rust #A84C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.02%

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

R = 68.57%
G = 31.02%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A84C01 (or 0xA84C01) is known color: Rust. HEX triplet: A8, 4C and 01. RGB value is (168,76,1). Sum of RGB (Red+Green+Blue) = 168+76+1=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84C01 is #57B3FE. Grayscale: #5F5F5F. Windows color (decimal): -5747711 or 85160. OLE color: 85160.

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

Color convert

RGB 168 76 1 -
CMYK 0 0.55 0.99 0.34
HSL 26.95º 0.99% 0.33% -
HSV(B) 26.95º 0.99% 0.66% -
XYZ 18.74 13.5 1.65 -
YUV 94.96 74.98 180.1 -
System Red Green Blue C M Y K H S L
Decimal 168 76 1 0 0.55 0.99 0.34 26.95 0.99 0.33
Hex A8 4C 1 0 37 63 22 1B 63 21
Octal 250 114 1 0 67 143 42 33 143 41
Binary 10101000 1001100 1 0 110111 1100011 100010 11011 1100011 100001

Color Harmonies of #A84C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84C01

Black with #A84C01

Text Example


Text Example

White with #A84C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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