Html Css Color HEX #A84416 Rust

📋 copy color: '#A84416'

red 168 ◦ green 68 ◦ blue 22

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

Shades of Rust #A84416

Tints of Rust #A84416

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.36%

 BLUE value IS 22 (8.98% from 255) = 8.53%

R = 65.12%
G = 26.36%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A84416 (or 0xA84416) is known color: Rust. HEX triplet: A8, 44 and 16. RGB value is (168,68,22). Sum of RGB (Red+Green+Blue) = 168+68+22=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A84416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84416 is #57BBE9. Grayscale: #5C5C5C. Windows color (decimal): -5749738 or 1459368. OLE color: 1459368.

HSL color Cylindrical-coordinate representation of color #A84416: hue angle of 18.9º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A84416 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 68 22 -
CMYK 0 0.60 0.87 0.34
HSL 18.9º 0.77% 0.37% -
HSV(B) 18.9º 0.87% 0.66% -
XYZ 18.36 12.52 2.21 -
YUV 92.66 88.13 181.74 -
System Red Green Blue C M Y K H S L
Decimal 168 68 22 0 0.60 0.87 0.34 18.9 0.77 0.37
Hex A8 44 16 0 3C 57 22 13 4D 25
Octal 250 104 26 0 74 127 42 23 115 45
Binary 10101000 1000100 10110 0 111100 1010111 100010 10011 1001101 100101

Color Harmonies of #A84416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84416

Black with #A84416

Text Example


Text Example

White with #A84416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84416; }

 p { color: rgb(168,68,22); }

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

background-color css

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

 a { background-color: rgb(168,68,22); }

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

border-color css

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

 span { border-color: rgb(168,68,22); }

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