Html Css Color HEX #A84204 Rust

📋 copy color: '#A84204'

red 168 ◦ green 66 ◦ blue 4

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

Shades of Rust #A84204

Tints of Rust #A84204

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.73%

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

R = 70.59%
G = 27.73%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A84204 (or 0xA84204) is known color: Rust. HEX triplet: A8, 42 and 04. RGB value is (168,66,4). Sum of RGB (Red+Green+Blue) = 168+66+4=238 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.59% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 168 - color contains mainly: red. Hex color #A84204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84204 is #57BDFB. Grayscale: #595959. Windows color (decimal): -5750268 or 279208. OLE color: 279208.

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

Color convert

RGB 168 66 4 -
CMYK 0 0.61 0.98 0.34
HSL 22.68º 0.95% 0.34% -
HSV(B) 22.68º 0.98% 0.66% -
XYZ 18.12 12.23 1.52 -
YUV 89.43 79.79 184.04 -
System Red Green Blue C M Y K H S L
Decimal 168 66 4 0 0.61 0.98 0.34 22.68 0.95 0.34
Hex A8 42 4 0 3D 62 22 17 5F 22
Octal 250 102 4 0 75 142 42 27 137 42
Binary 10101000 1000010 100 0 111101 1100010 100010 10111 1011111 100010

Color Harmonies of #A84204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84204

Black with #A84204

Text Example


Text Example

White with #A84204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84204; }

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

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

background-color css

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

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

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

border-color css

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

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

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