Html Css Color HEX #A84604 Rust

📋 copy color: '#A84604'

red 168 ◦ green 70 ◦ blue 4

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

Shades of Rust #A84604

Tints of Rust #A84604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 69.42%
G = 28.93%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A84604 (or 0xA84604) is known color: Rust. HEX triplet: A8, 46 and 04. RGB value is (168,70,4). Sum of RGB (Red+Green+Blue) = 168+70+4=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A84604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84604 is #57B9FB. Grayscale: #5C5C5C. Windows color (decimal): -5749244 or 280232. OLE color: 280232.

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

Color convert

RGB 168 70 4 -
CMYK 0 0.58 0.98 0.34
HSL 24.15º 0.95% 0.34% -
HSV(B) 24.15º 0.98% 0.66% -
XYZ 18.36 12.71 1.6 -
YUV 91.78 78.47 182.37 -
System Red Green Blue C M Y K H S L
Decimal 168 70 4 0 0.58 0.98 0.34 24.15 0.95 0.34
Hex A8 46 4 0 3A 62 22 18 5F 22
Octal 250 106 4 0 72 142 42 30 137 42
Binary 10101000 1000110 100 0 111010 1100010 100010 11000 1011111 100010

Color Harmonies of #A84604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84604

Black with #A84604

Text Example


Text Example

White with #A84604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84604; }

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

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

background-color css

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

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

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

border-color css

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

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

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