Html Css Color HEX #A95401 Rust

📋 copy color: '#A95401'

red 169 ◦ green 84 ◦ blue 1

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

Shades of Rust #A95401

Tints of Rust #A95401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 66.54%
G = 33.07%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A95401 (or 0xA95401) is known color: Rust. HEX triplet: A9, 54 and 01. RGB value is (169,84,1). Sum of RGB (Red+Green+Blue) = 169+84+1=254 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.54% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 169 - color contains mainly: red. Hex color #A95401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95401 is #56ABFE. Grayscale: #646464. Windows color (decimal): -5680127 or 87209. OLE color: 87209.

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

Color convert

RGB 169 84 1 -
CMYK 0 0.50 0.99 0.34
HSL 29.64º 0.99% 0.33% -
HSV(B) 29.64º 0.99% 0.66% -
XYZ 19.54 14.78 1.85 -
YUV 99.95 72.16 177.25 -
System Red Green Blue C M Y K H S L
Decimal 169 84 1 0 0.50 0.99 0.34 29.64 0.99 0.33
Hex A9 54 1 0 32 63 22 1E 63 21
Octal 251 124 1 0 62 143 42 36 143 41
Binary 10101001 1010100 1 0 110010 1100011 100010 11110 1100011 100001

Color Harmonies of #A95401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95401

Black with #A95401

Text Example


Text Example

White with #A95401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95401; }

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

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

background-color css

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

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

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

border-color css

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

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

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