Html Css Color HEX #A54610 Rust

📋 copy color: '#A54610'

red 165 ◦ green 70 ◦ blue 16

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

Shades of Rust #A54610

Tints of Rust #A54610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.89%

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

R = 65.74%
G = 27.89%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A54610 (or 0xA54610) is known color: Rust. HEX triplet: A5, 46 and 10. RGB value is (165,70,16). Sum of RGB (Red+Green+Blue) = 165+70+16=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A54610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54610 is #5AB9EF. Grayscale: #5C5C5C. Windows color (decimal): -5945840 or 1066661. OLE color: 1066661.

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

Color convert

RGB 165 70 16 -
CMYK 0 0.58 0.90 0.35
HSL 21.74º 0.82% 0.35% -
HSV(B) 21.74º 0.9% 0.65% -
XYZ 17.8 12.42 1.95 -
YUV 92.25 84.97 179.89 -
System Red Green Blue C M Y K H S L
Decimal 165 70 16 0 0.58 0.90 0.35 21.74 0.82 0.35
Hex A5 46 10 0 3A 5A 23 16 52 23
Octal 245 106 20 0 72 132 43 26 122 43
Binary 10100101 1000110 10000 0 111010 1011010 100011 10110 1010010 100011

Color Harmonies of #A54610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54610

Black with #A54610

Text Example


Text Example

White with #A54610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54610; }

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

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

background-color css

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

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

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

border-color css

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

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

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