Html Css Color HEX #A84612 Rust

📋 copy color: '#A84612'

red 168 ◦ green 70 ◦ blue 18

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

Shades of Rust #A84612

Tints of Rust #A84612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 65.63%
G = 27.34%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A84612 (or 0xA84612) is known color: Rust. HEX triplet: A8, 46 and 12. RGB value is (168,70,18). Sum of RGB (Red+Green+Blue) = 168+70+18=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A84612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84612 is #57B9ED. Grayscale: #5D5D5D. Windows color (decimal): -5749230 or 1197736. OLE color: 1197736.

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

Color convert

RGB 168 70 18 -
CMYK 0 0.58 0.89 0.34
HSL 20.8º 0.81% 0.36% -
HSV(B) 20.8º 0.89% 0.66% -
XYZ 18.45 12.75 2.06 -
YUV 93.37 85.47 181.23 -
System Red Green Blue C M Y K H S L
Decimal 168 70 18 0 0.58 0.89 0.34 20.8 0.81 0.36
Hex A8 46 12 0 3A 59 22 15 51 24
Octal 250 106 22 0 72 131 42 25 121 44
Binary 10101000 1000110 10010 0 111010 1011001 100010 10101 1010001 100100

Color Harmonies of #A84612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84612

Black with #A84612

Text Example


Text Example

White with #A84612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84612; }

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

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

background-color css

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

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

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

border-color css

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

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

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