Html Css Color HEX #A84816 Rust

📋 copy color: '#A84816'

red 168 ◦ green 72 ◦ blue 22

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

Shades of Rust #A84816

Tints of Rust #A84816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.48%

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

R = 64.12%
G = 27.48%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A84816 (or 0xA84816) is known color: Rust. HEX triplet: A8, 48 and 16. RGB value is (168,72,22). Sum of RGB (Red+Green+Blue) = 168+72+22=262 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.12% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 168 - color contains mainly: red. Hex color #A84816 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84816 is #57B7E9. Grayscale: #5F5F5F. Windows color (decimal): -5748714 or 1460392. OLE color: 1460392.

HSL color Cylindrical-coordinate representation of color #A84816: hue angle of 20.55º 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 #A84816 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 72 22 -
CMYK 0 0.57 0.87 0.34
HSL 20.55º 0.77% 0.37% -
HSV(B) 20.55º 0.87% 0.66% -
XYZ 18.61 13.02 2.29 -
YUV 95 86.8 180.07 -
System Red Green Blue C M Y K H S L
Decimal 168 72 22 0 0.57 0.87 0.34 20.55 0.77 0.37
Hex A8 48 16 0 39 57 22 15 4D 25
Octal 250 110 26 0 71 127 42 25 115 45
Binary 10101000 1001000 10110 0 111001 1010111 100010 10101 1001101 100101

Color Harmonies of #A84816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84816

Black with #A84816

Text Example


Text Example

White with #A84816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84816; }

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

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

background-color css

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

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

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

border-color css

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

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

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