Html Css Color HEX #A44800 Rust

📋 copy color: '#A44800'

red 164 ◦ green 72 ◦ blue 0

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

Shades of Rust #A44800

Tints of Rust #A44800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.51%

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

R = 69.49%
G = 30.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A44800 (or 0xA44800) is known color: Rust. HEX triplet: A4, 48 and 00. RGB value is (164,72,0). Sum of RGB (Red+Green+Blue) = 164+72+0=236 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.49% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 164 - color contains mainly: red. Hex color #A44800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44800 is #5BB7FF. Grayscale: #5B5B5B. Windows color (decimal): -6010880 or 18596. OLE color: 18596.

HSL color Cylindrical-coordinate representation of color #A44800: hue angle of 26.34º 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 #A44800 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 72 0 -
CMYK 0 0.56 1 0.36
HSL 26.34º 1% 0.32% -
HSV(B) 26.34º 1% 0.64% -
XYZ 17.63 12.53 1.49 -
YUV 91.3 76.48 179.85 -
System Red Green Blue C M Y K H S L
Decimal 164 72 0 0 0.56 1 0.36 26.34 1 0.32
Hex A4 48 0 0 38 64 24 1A 64 20
Octal 244 110 0 0 70 144 44 32 144 40
Binary 10100100 1001000 0 0 111000 1100100 100100 11010 1100100 100000

Color Harmonies of #A44800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44800

Black with #A44800

Text Example


Text Example

White with #A44800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44800; }

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

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

background-color css

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

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

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

border-color css

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

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

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