Html Css Color HEX #A94714 Rust

📋 copy color: '#A94714'

red 169 ◦ green 71 ◦ blue 20

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

Shades of Rust #A94714

Tints of Rust #A94714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.31%

 BLUE value IS 20 (8.2% from 255) = 7.69%

R = 65%
G = 27.31%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A94714 (or 0xA94714) is known color: Rust. HEX triplet: A9, 47 and 14. RGB value is (169,71,20). Sum of RGB (Red+Green+Blue) = 169+71+20=260 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 169 - color contains mainly: red. Hex color #A94714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A94714 is #56B8EB. Grayscale: #5E5E5E. Windows color (decimal): -5683436 or 1329065. OLE color: 1329065.

HSL color Cylindrical-coordinate representation of color #A94714: hue angle of 20.54º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A94714 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 71 20 -
CMYK 0 0.58 0.88 0.34
HSL 20.54º 0.79% 0.37% -
HSV(B) 20.54º 0.88% 0.66% -
XYZ 18.74 12.99 2.18 -
YUV 94.49 85.97 181.15 -
System Red Green Blue C M Y K H S L
Decimal 169 71 20 0 0.58 0.88 0.34 20.54 0.79 0.37
Hex A9 47 14 0 3A 58 22 15 4F 25
Octal 251 107 24 0 72 130 42 25 117 45
Binary 10101001 1000111 10100 0 111010 1011000 100010 10101 1001111 100101

Color Harmonies of #A94714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A94714

Black with #A94714

Text Example


Text Example

White with #A94714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A94714; }

 p { color: rgb(169,71,20); }

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

background-color css

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

 a { background-color: rgb(169,71,20); }

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

border-color css

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

 span { border-color: rgb(169,71,20); }

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