Html Css Color HEX #A95305 Rust

📋 copy color: '#A95305'

red 169 ◦ green 83 ◦ blue 5

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

Shades of Rust #A95305

Tints of Rust #A95305

RGB

 RED value IS 169 (66.41% from 255) = 65.76%

 GREEN value IS 83 (32.81% from 255) = 32.3%

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 65.76%
G = 32.3%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#A95305 (or 0xA95305) is known color: Rust. HEX triplet: A9, 53 and 05. RGB value is (169,83,5). Sum of RGB (Red+Green+Blue) = 169+83+5=257 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.76% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 169 - color contains mainly: red. Hex color #A95305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95305 is #56ACFA. Grayscale: #646464. Windows color (decimal): -5680379 or 349097. OLE color: 349097.

HSL color Cylindrical-coordinate representation of color #A95305: hue angle of 28.54º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A95305 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 83 5 -
CMYK 0 0.51 0.97 0.34
HSL 28.54º 0.94% 0.34% -
HSV(B) 28.54º 0.97% 0.66% -
XYZ 19.48 14.63 1.94 -
YUV 99.82 74.49 177.34 -
System Red Green Blue C M Y K H S L
Decimal 169 83 5 0 0.51 0.97 0.34 28.54 0.94 0.34
Hex A9 53 5 0 33 61 22 1D 5E 22
Octal 251 123 5 0 63 141 42 35 136 42
Binary 10101001 1010011 101 0 110011 1100001 100010 11101 1011110 100010

Color Harmonies of #A95305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95305

Black with #A95305

Text Example


Text Example

White with #A95305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95305; }

 p { color: rgb(169,83,5); }

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

background-color css

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

 a { background-color: rgb(169,83,5); }

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

border-color css

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

 span { border-color: rgb(169,83,5); }

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