Html Css Color HEX #A54416 Rust

📋 copy color: '#A54416'

red 165 ◦ green 68 ◦ blue 22

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

Shades of Rust #A54416

Tints of Rust #A54416

RGB

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

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

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

R = 64.71%
G = 26.67%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A54416 (or 0xA54416) is known color: Rust. HEX triplet: A5, 44 and 16. RGB value is (165,68,22). Sum of RGB (Red+Green+Blue) = 165+68+22=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A54416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54416 is #5ABBE9. Grayscale: #5C5C5C. Windows color (decimal): -5946346 or 1459365. OLE color: 1459365.

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

Color convert

RGB 165 68 22 -
CMYK 0 0.59 0.87 0.35
HSL 19.3º 0.76% 0.37% -
HSV(B) 19.3º 0.87% 0.65% -
XYZ 17.73 12.19 2.18 -
YUV 91.76 88.64 180.24 -
System Red Green Blue C M Y K H S L
Decimal 165 68 22 0 0.59 0.87 0.35 19.3 0.76 0.37
Hex A5 44 16 0 3B 57 23 13 4C 25
Octal 245 104 26 0 73 127 43 23 114 45
Binary 10100101 1000100 10110 0 111011 1010111 100011 10011 1001100 100101

Color Harmonies of #A54416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54416

Black with #A54416

Text Example


Text Example

White with #A54416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54416; }

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

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

background-color css

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

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

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

border-color css

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

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

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