Html Css Color HEX #A44700 Rust

📋 copy color: '#A44700'

red 164 ◦ green 71 ◦ blue 0

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

Shades of Rust #A44700

Tints of Rust #A44700

RGB

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

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

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

R = 69.79%
G = 30.21%
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

#A44700 (or 0xA44700) is known color: Rust. HEX triplet: A4, 47 and 00. RGB value is (164,71,0). Sum of RGB (Red+Green+Blue) = 164+71+0=235 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.79% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 164 - color contains mainly: red. Hex color #A44700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44700 is #5BB8FF. Grayscale: #5B5B5B. Windows color (decimal): -6011136 or 18340. OLE color: 18340.

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

Color convert

RGB 164 71 0 -
CMYK 0 0.57 1 0.36
HSL 25.98º 1% 0.32% -
HSV(B) 25.98º 1% 0.64% -
XYZ 17.56 12.4 1.47 -
YUV 90.71 76.81 180.27 -
System Red Green Blue C M Y K H S L
Decimal 164 71 0 0 0.57 1 0.36 25.98 1 0.32
Hex A4 47 0 0 39 64 24 1A 64 20
Octal 244 107 0 0 71 144 44 32 144 40
Binary 10100100 1000111 0 0 111001 1100100 100100 11010 1100100 100000

Color Harmonies of #A44700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44700

Black with #A44700

Text Example


Text Example

White with #A44700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44700; }

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

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

background-color css

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

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

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

border-color css

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

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

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