Html Css Color HEX #A54715 Rust

📋 copy color: '#A54715'

red 165 ◦ green 71 ◦ blue 21

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

Shades of Rust #A54715

Tints of Rust #A54715

RGB

 RED value IS 165 (64.84% from 255) = 64.2%

 GREEN value IS 71 (28.13% from 255) = 27.63%

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

R = 64.2%
G = 27.63%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A54715 (or 0xA54715) is known color: Rust. HEX triplet: A5, 47 and 15. RGB value is (165,71,21). Sum of RGB (Red+Green+Blue) = 165+71+21=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A54715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54715 is #5AB8EA. Grayscale: #5D5D5D. Windows color (decimal): -5945579 or 1394597. OLE color: 1394597.

HSL color Cylindrical-coordinate representation of color #A54715: hue angle of 20.83º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A54715 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 71 21 -
CMYK 0 0.57 0.87 0.35
HSL 20.83º 0.77% 0.36% -
HSV(B) 20.83º 0.87% 0.65% -
XYZ 17.91 12.56 2.19 -
YUV 93.41 87.14 179.07 -
System Red Green Blue C M Y K H S L
Decimal 165 71 21 0 0.57 0.87 0.35 20.83 0.77 0.36
Hex A5 47 15 0 39 57 23 15 4D 24
Octal 245 107 25 0 71 127 43 25 115 44
Binary 10100101 1000111 10101 0 111001 1010111 100011 10101 1001101 100100

Color Harmonies of #A54715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54715

Black with #A54715

Text Example


Text Example

White with #A54715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54715; }

 p { color: rgb(165,71,21); }

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

background-color css

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

 a { background-color: rgb(165,71,21); }

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

border-color css

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

 span { border-color: rgb(165,71,21); }

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