Html Css Color HEX #A94C01 Rust

📋 copy color: '#A94C01'

red 169 ◦ green 76 ◦ blue 1

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

Shades of Rust #A94C01

Tints of Rust #A94C01

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.89%

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

R = 68.7%
G = 30.89%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A94C01 (or 0xA94C01) is known color: Rust. HEX triplet: A9, 4C and 01. RGB value is (169,76,1). Sum of RGB (Red+Green+Blue) = 169+76+1=246 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.70% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94C01 is #56B3FE. Grayscale: #5F5F5F. Windows color (decimal): -5682175 or 85161. OLE color: 85161.

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

Color convert

RGB 169 76 1 -
CMYK 0 0.55 0.99 0.34
HSL 26.79º 0.99% 0.33% -
HSV(B) 26.79º 0.99% 0.66% -
XYZ 18.95 13.61 1.66 -
YUV 95.26 74.81 180.6 -
System Red Green Blue C M Y K H S L
Decimal 169 76 1 0 0.55 0.99 0.34 26.79 0.99 0.33
Hex A9 4C 1 0 37 63 22 1B 63 21
Octal 251 114 1 0 67 143 42 33 143 41
Binary 10101001 1001100 1 0 110111 1100011 100010 11011 1100011 100001

Color Harmonies of #A94C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94C01

Black with #A94C01

Text Example


Text Example

White with #A94C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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