Html Css Color HEX #A54216 Rust

📋 copy color: '#A54216'

red 165 ◦ green 66 ◦ blue 22

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

Shades of Rust #A54216

Tints of Rust #A54216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.09%

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

R = 65.22%
G = 26.09%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A54216 (or 0xA54216) is known color: Rust. HEX triplet: A5, 42 and 16. RGB value is (165,66,22). Sum of RGB (Red+Green+Blue) = 165+66+22=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A54216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54216 is #5ABDE9. Grayscale: #5A5A5A. Windows color (decimal): -5946858 or 1458853. OLE color: 1458853.

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

Color convert

RGB 165 66 22 -
CMYK 0 0.60 0.87 0.35
HSL 18.46º 0.76% 0.37% -
HSV(B) 18.46º 0.87% 0.65% -
XYZ 17.61 11.95 2.14 -
YUV 90.59 89.3 181.08 -
System Red Green Blue C M Y K H S L
Decimal 165 66 22 0 0.60 0.87 0.35 18.46 0.76 0.37
Hex A5 42 16 0 3C 57 23 12 4C 25
Octal 245 102 26 0 74 127 43 22 114 45
Binary 10100101 1000010 10110 0 111100 1010111 100011 10010 1001100 100101

Color Harmonies of #A54216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54216

Black with #A54216

Text Example


Text Example

White with #A54216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54216; }

 p { color: rgb(165,66,22); }

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

background-color css

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

 a { background-color: rgb(165,66,22); }

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

border-color css

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

 span { border-color: rgb(165,66,22); }

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