Html Css Color HEX #A84015 Rust

📋 copy color: '#A84015'

red 168 ◦ green 64 ◦ blue 21

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

Shades of Rust #A84015

Tints of Rust #A84015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.3%

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

R = 66.4%
G = 25.3%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A84015 (or 0xA84015) is known color: Rust. HEX triplet: A8, 40 and 15. RGB value is (168,64,21). Sum of RGB (Red+Green+Blue) = 168+64+21=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A84015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84015 is #57BFEA. Grayscale: #5A5A5A. Windows color (decimal): -5750763 or 1392808. OLE color: 1392808.

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

Color convert

RGB 168 64 21 -
CMYK 0 0.62 0.88 0.34
HSL 17.55º 0.78% 0.37% -
HSV(B) 17.55º 0.88% 0.66% -
XYZ 18.12 12.05 2.08 -
YUV 90.19 88.96 183.5 -
System Red Green Blue C M Y K H S L
Decimal 168 64 21 0 0.62 0.88 0.34 17.55 0.78 0.37
Hex A8 40 15 0 3E 58 22 12 4E 25
Octal 250 100 25 0 76 130 42 22 116 45
Binary 10101000 1000000 10101 0 111110 1011000 100010 10010 1001110 100101

Color Harmonies of #A84015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84015

Black with #A84015

Text Example


Text Example

White with #A84015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84015; }

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

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

background-color css

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

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

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

border-color css

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

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

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