Html Css Color HEX #A95005 Rust

📋 copy color: '#A95005'

red 169 ◦ green 80 ◦ blue 5

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

Shades of Rust #A95005

Tints of Rust #A95005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.5%

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

R = 66.54%
G = 31.5%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#A95005 (or 0xA95005) is known color: Rust. HEX triplet: A9, 50 and 05. RGB value is (169,80,5). Sum of RGB (Red+Green+Blue) = 169+80+5=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A95005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95005 is #56AFFA. Grayscale: #626262. Windows color (decimal): -5681147 or 348329. OLE color: 348329.

HSL color Cylindrical-coordinate representation of color #A95005: hue angle of 27.44º 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 #A95005 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 80 5 -
CMYK 0 0.53 0.97 0.34
HSL 27.44º 0.94% 0.34% -
HSV(B) 27.44º 0.97% 0.66% -
XYZ 19.26 14.18 1.87 -
YUV 98.06 75.49 178.6 -
System Red Green Blue C M Y K H S L
Decimal 169 80 5 0 0.53 0.97 0.34 27.44 0.94 0.34
Hex A9 50 5 0 35 61 22 1B 5E 22
Octal 251 120 5 0 65 141 42 33 136 42
Binary 10101001 1010000 101 0 110101 1100001 100010 11011 1011110 100010

Color Harmonies of #A95005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95005

Black with #A95005

Text Example


Text Example

White with #A95005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95005; }

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

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

background-color css

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

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

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

border-color css

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

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

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