Html Css Color HEX #A95201 Rust

📋 copy color: '#A95201'

red 169 ◦ green 82 ◦ blue 1

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

Shades of Rust #A95201

Tints of Rust #A95201

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.54%

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

R = 67.06%
G = 32.54%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A95201 (or 0xA95201) is known color: Rust. HEX triplet: A9, 52 and 01. RGB value is (169,82,1). Sum of RGB (Red+Green+Blue) = 169+82+1=252 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.06% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 169 - color contains mainly: red. Hex color #A95201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95201 is #56ADFE. Grayscale: #636363. Windows color (decimal): -5680639 or 86697. OLE color: 86697.

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

Color convert

RGB 169 82 1 -
CMYK 0 0.51 0.99 0.34
HSL 28.93º 0.99% 0.33% -
HSV(B) 28.93º 0.99% 0.66% -
XYZ 19.38 14.47 1.8 -
YUV 98.78 72.82 178.09 -
System Red Green Blue C M Y K H S L
Decimal 169 82 1 0 0.51 0.99 0.34 28.93 0.99 0.33
Hex A9 52 1 0 33 63 22 1D 63 21
Octal 251 122 1 0 63 143 42 35 143 41
Binary 10101001 1010010 1 0 110011 1100011 100010 11101 1100011 100001

Color Harmonies of #A95201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95201

Black with #A95201

Text Example


Text Example

White with #A95201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95201; }

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

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

background-color css

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

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

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

border-color css

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

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

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