Html Css Color HEX #A44600 Rust

📋 copy color: '#A44600'

red 164 ◦ green 70 ◦ blue 0

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

Shades of Rust #A44600

Tints of Rust #A44600

RGB

 RED value IS 164 (64.45% from 255) = 70.09%

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

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

R = 70.09%
G = 29.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A44600 (or 0xA44600) is known color: Rust. HEX triplet: A4, 46 and 00. RGB value is (164,70,0). Sum of RGB (Red+Green+Blue) = 164+70+0=234 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.09% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 164 - color contains mainly: red. Hex color #A44600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44600 is #5BB9FF. Grayscale: #5A5A5A. Windows color (decimal): -6011392 or 18084. OLE color: 18084.

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

Color convert

RGB 164 70 0 -
CMYK 0 0.57 1 0.36
HSL 25.61º 1% 0.32% -
HSV(B) 25.61º 1% 0.64% -
XYZ 17.5 12.27 1.45 -
YUV 90.13 77.14 180.69 -
System Red Green Blue C M Y K H S L
Decimal 164 70 0 0 0.57 1 0.36 25.61 1 0.32
Hex A4 46 0 0 39 64 24 1A 64 20
Octal 244 106 0 0 71 144 44 32 144 40
Binary 10100100 1000110 0 0 111001 1100100 100100 11010 1100100 100000

Color Harmonies of #A44600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44600

Black with #A44600

Text Example


Text Example

White with #A44600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44600; }

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

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

background-color css

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

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

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

border-color css

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

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

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