Html Css Color HEX #A95400 Rust

📋 copy color: '#A95400'

red 169 ◦ green 84 ◦ blue 0

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

Shades of Rust #A95400

Tints of Rust #A95400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.8%
G = 33.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A95400 (or 0xA95400) is known color: Rust. HEX triplet: A9, 54 and 00. RGB value is (169,84,0). Sum of RGB (Red+Green+Blue) = 169+84+0=253 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.80% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 169 - color contains mainly: red. Hex color #A95400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95400 is #56ABFF. Grayscale: #646464. Windows color (decimal): -5680128 or 21673. OLE color: 21673.

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

Color convert

RGB 169 84 0 -
CMYK 0 0.50 1 0.34
HSL 29.82º 1% 0.33% -
HSV(B) 29.82º 1% 0.66% -
XYZ 19.53 14.78 1.82 -
YUV 99.84 71.66 177.33 -
System Red Green Blue C M Y K H S L
Decimal 169 84 0 0 0.50 1 0.34 29.82 1 0.33
Hex A9 54 0 0 32 64 22 1E 64 21
Octal 251 124 0 0 62 144 42 36 144 41
Binary 10101001 1010100 0 0 110010 1100100 100010 11110 1100100 100001

Color Harmonies of #A95400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95400

Black with #A95400

Text Example


Text Example

White with #A95400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95400; }

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

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

background-color css

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

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

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

border-color css

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

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

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