Html Css Color HEX #A84E0D Rust

📋 copy color: '#A84E0D'

red 168 ◦ green 78 ◦ blue 13

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

Shades of Rust #A84E0D

Tints of Rust #A84E0D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.12%

 BLUE value IS 13 (5.47% from 255) = 5.02%

R = 64.86%
G = 30.12%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A84E0D (or 0xA84E0D) is known color: Rust. HEX triplet: A8, 4E and 0D. RGB value is (168,78,13). Sum of RGB (Red+Green+Blue) = 168+78+13=259 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.86% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A84E0D is #57B1F2. Grayscale: #616161. Windows color (decimal): -5747187 or 872104. OLE color: 872104.

HSL color Cylindrical-coordinate representation of color #A84E0D: hue angle of 25.16º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A84E0D is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 78 13 -
CMYK 0 0.54 0.92 0.34
HSL 25.16º 0.86% 0.35% -
HSV(B) 25.16º 0.92% 0.66% -
XYZ 18.95 13.8 2.05 -
YUV 97.5 80.32 178.29 -
System Red Green Blue C M Y K H S L
Decimal 168 78 13 0 0.54 0.92 0.34 25.16 0.86 0.35
Hex A8 4E D 0 36 5C 22 19 56 23
Octal 250 116 15 0 66 134 42 31 126 43
Binary 10101000 1001110 1101 0 110110 1011100 100010 11001 1010110 100011

Color Harmonies of #A84E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84E0D

Black with #A84E0D

Text Example


Text Example

White with #A84E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84E0D; }

 p { color: rgb(168,78,13); }

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

background-color css

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

 a { background-color: rgb(168,78,13); }

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

border-color css

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

 span { border-color: rgb(168,78,13); }

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