Html Css Color HEX #A95403 Rust

📋 copy color: '#A95403'

red 169 ◦ green 84 ◦ blue 3

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

Shades of Rust #A95403

Tints of Rust #A95403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.81%

 BLUE value IS 3 (1.56% from 255) = 1.17%

R = 66.02%
G = 32.81%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A95403 (or 0xA95403) is known color: Rust. HEX triplet: A9, 54 and 03. RGB value is (169,84,3). Sum of RGB (Red+Green+Blue) = 169+84+3=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A95403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95403 is #56ABFC. Grayscale: #646464. Windows color (decimal): -5680125 or 218281. OLE color: 218281.

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

Color convert

RGB 169 84 3 -
CMYK 0 0.50 0.98 0.34
HSL 29.28º 0.97% 0.34% -
HSV(B) 29.28º 0.98% 0.66% -
XYZ 19.55 14.78 1.91 -
YUV 100.18 73.16 177.09 -
System Red Green Blue C M Y K H S L
Decimal 169 84 3 0 0.50 0.98 0.34 29.28 0.97 0.34
Hex A9 54 3 0 32 62 22 1D 61 22
Octal 251 124 3 0 62 142 42 35 141 42
Binary 10101001 1010100 11 0 110010 1100010 100010 11101 1100001 100010

Color Harmonies of #A95403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95403

Black with #A95403

Text Example


Text Example

White with #A95403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95403; }

 p { color: rgb(169,84,3); }

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

background-color css

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

 a { background-color: rgb(169,84,3); }

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

border-color css

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

 span { border-color: rgb(169,84,3); }

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