Html Css Color HEX #A54710 Rust

📋 copy color: '#A54710'

red 165 ◦ green 71 ◦ blue 16

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

Shades of Rust #A54710

Tints of Rust #A54710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.35%

R = 65.48%
G = 28.17%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A54710 (or 0xA54710) is known color: Rust. HEX triplet: A5, 47 and 10. RGB value is (165,71,16). Sum of RGB (Red+Green+Blue) = 165+71+16=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A54710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54710 is #5AB8EF. Grayscale: #5D5D5D. Windows color (decimal): -5945584 or 1066917. OLE color: 1066917.

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

Color convert

RGB 165 71 16 -
CMYK 0 0.57 0.90 0.35
HSL 22.15º 0.82% 0.35% -
HSV(B) 22.15º 0.9% 0.65% -
XYZ 17.86 12.54 1.97 -
YUV 92.84 84.64 179.47 -
System Red Green Blue C M Y K H S L
Decimal 165 71 16 0 0.57 0.90 0.35 22.15 0.82 0.35
Hex A5 47 10 0 39 5A 23 16 52 23
Octal 245 107 20 0 71 132 43 26 122 43
Binary 10100101 1000111 10000 0 111001 1011010 100011 10110 1010010 100011

Color Harmonies of #A54710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54710

Black with #A54710

Text Example


Text Example

White with #A54710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54710; }

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

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

background-color css

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

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

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

border-color css

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

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

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