Html Css Color HEX #A84718 Rust

📋 copy color: '#A84718'

red 168 ◦ green 71 ◦ blue 24

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

Shades of Rust #A84718

Tints of Rust #A84718

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27%

 BLUE value IS 24 (9.77% from 255) = 9.13%

R = 63.88%
G = 27%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A84718 (or 0xA84718) is known color: Rust. HEX triplet: A8, 47 and 18. RGB value is (168,71,24). Sum of RGB (Red+Green+Blue) = 168+71+24=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A84718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84718 is #57B8E7. Grayscale: #5E5E5E. Windows color (decimal): -5748968 or 1591208. OLE color: 1591208.

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

Color convert

RGB 168 71 24 -
CMYK 0 0.58 0.86 0.34
HSL 19.58º 0.75% 0.38% -
HSV(B) 19.58º 0.86% 0.66% -
XYZ 18.57 12.9 2.38 -
YUV 94.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 168 71 24 0 0.58 0.86 0.34 19.58 0.75 0.38
Hex A8 47 18 0 3A 56 22 14 4B 26
Octal 250 107 30 0 72 126 42 24 113 46
Binary 10101000 1000111 11000 0 111010 1010110 100010 10100 1001011 100110

Color Harmonies of #A84718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84718

Black with #A84718

Text Example


Text Example

White with #A84718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84718; }

 p { color: rgb(168,71,24); }

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

background-color css

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

 a { background-color: rgb(168,71,24); }

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

border-color css

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

 span { border-color: rgb(168,71,24); }

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