Html Css Color HEX #A84200 Rust

📋 copy color: '#A84200'

red 168 ◦ green 66 ◦ blue 0

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

Shades of Rust #A84200

Tints of Rust #A84200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.79%
G = 28.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A84200 (or 0xA84200) is known color: Rust. HEX triplet: A8, 42 and 00. RGB value is (168,66,0). Sum of RGB (Red+Green+Blue) = 168+66+0=234 (30% of max value = 765). Red value is 168 (66.02% from 255 or 71.79% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 168 - color contains mainly: red. Hex color #A84200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84200 is #57BDFF. Grayscale: #595959. Windows color (decimal): -5750272 or 17064. OLE color: 17064.

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

Color convert

RGB 168 66 0 -
CMYK 0 0.61 1 0.34
HSL 23.57º 1% 0.33% -
HSV(B) 23.57º 1% 0.66% -
XYZ 18.1 12.22 1.41 -
YUV 88.97 77.79 184.37 -
System Red Green Blue C M Y K H S L
Decimal 168 66 0 0 0.61 1 0.34 23.57 1 0.33
Hex A8 42 0 0 3D 64 22 18 64 21
Octal 250 102 0 0 75 144 42 30 144 41
Binary 10101000 1000010 0 0 111101 1100100 100010 11000 1100100 100001

Color Harmonies of #A84200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84200

Black with #A84200

Text Example


Text Example

White with #A84200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84200; }

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

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

background-color css

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

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

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

border-color css

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

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

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