Html Css Color HEX #A44705 Rust

📋 copy color: '#A44705'

red 164 ◦ green 71 ◦ blue 5

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

Shades of Rust #A44705

Tints of Rust #A44705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.08%

R = 68.33%
G = 29.58%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A44705 (or 0xA44705) is known color: Rust. HEX triplet: A4, 47 and 05. RGB value is (164,71,5). Sum of RGB (Red+Green+Blue) = 164+71+5=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A44705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44705 is #5BB8FA. Grayscale: #5B5B5B. Windows color (decimal): -6011131 or 346020. OLE color: 346020.

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

Color convert

RGB 164 71 5 -
CMYK 0 0.57 0.97 0.36
HSL 24.91º 0.94% 0.33% -
HSV(B) 24.91º 0.97% 0.64% -
XYZ 17.59 12.41 1.61 -
YUV 91.28 79.31 179.87 -
System Red Green Blue C M Y K H S L
Decimal 164 71 5 0 0.57 0.97 0.36 24.91 0.94 0.33
Hex A4 47 5 0 39 61 24 19 5E 21
Octal 244 107 5 0 71 141 44 31 136 41
Binary 10100100 1000111 101 0 111001 1100001 100100 11001 1011110 100001

Color Harmonies of #A44705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44705

Black with #A44705

Text Example


Text Example

White with #A44705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44705; }

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

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

background-color css

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

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

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

border-color css

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

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

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