Html Css Color HEX #A14600 Rust

📋 copy color: '#A14600'

red 161 ◦ green 70 ◦ blue 0

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

Shades of Rust #A14600

Tints of Rust #A14600

RGB

 RED value IS 161 (63.28% from 255) = 69.7%

 GREEN value IS 70 (27.73% from 255) = 30.3%

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

R = 69.7%
G = 30.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A14600 (or 0xA14600) is known color: Rust. HEX triplet: A1, 46 and 00. RGB value is (161,70,0). Sum of RGB (Red+Green+Blue) = 161+70+0=231 (30% of max value = 765). Red value is 161 (63.28% from 255 or 69.70% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 161 - color contains mainly: red. Hex color #A14600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14600 is #5EB9FF. Grayscale: #595959. Windows color (decimal): -6208000 or 18081. OLE color: 18081.

HSL color Cylindrical-coordinate representation of color #A14600: hue angle of 26.09º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A14600 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 70 0 -
CMYK 0 0.57 1 0.37
HSL 26.09º 1% 0.32% -
HSV(B) 26.09º 1% 0.63% -
XYZ 16.89 11.96 1.42 -
YUV 89.23 77.65 179.19 -
System Red Green Blue C M Y K H S L
Decimal 161 70 0 0 0.57 1 0.37 26.09 1 0.32
Hex A1 46 0 0 39 64 25 1A 64 20
Octal 241 106 0 0 71 144 45 32 144 40
Binary 10100001 1000110 0 0 111001 1100100 100101 11010 1100100 100000

Color Harmonies of #A14600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14600

Black with #A14600

Text Example


Text Example

White with #A14600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14600; }

 p { color: rgb(161,70,0); }

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

background-color css

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

 a { background-color: rgb(161,70,0); }

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

border-color css

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

 span { border-color: rgb(161,70,0); }

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