Html Css Color HEX #A84415 Rust

📋 copy color: '#A84415'

red 168 ◦ green 68 ◦ blue 21

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

Shades of Rust #A84415

Tints of Rust #A84415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.17%

R = 65.37%
G = 26.46%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A84415 (or 0xA84415) is known color: Rust. HEX triplet: A8, 44 and 15. RGB value is (168,68,21). Sum of RGB (Red+Green+Blue) = 168+68+21=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A84415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84415 is #57BBEA. Grayscale: #5C5C5C. Windows color (decimal): -5749739 or 1393832. OLE color: 1393832.

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

Color convert

RGB 168 68 21 -
CMYK 0 0.60 0.88 0.34
HSL 19.18º 0.78% 0.37% -
HSV(B) 19.18º 0.88% 0.66% -
XYZ 18.35 12.51 2.16 -
YUV 92.54 87.63 181.82 -
System Red Green Blue C M Y K H S L
Decimal 168 68 21 0 0.60 0.88 0.34 19.18 0.78 0.37
Hex A8 44 15 0 3C 58 22 13 4E 25
Octal 250 104 25 0 74 130 42 23 116 45
Binary 10101000 1000100 10101 0 111100 1011000 100010 10011 1001110 100101

Color Harmonies of #A84415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84415

Black with #A84415

Text Example


Text Example

White with #A84415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84415; }

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

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

background-color css

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

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

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

border-color css

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

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

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