Html Css Color HEX #A84805 Rust

📋 copy color: '#A84805'

red 168 ◦ green 72 ◦ blue 5

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

Shades of Rust #A84805

Tints of Rust #A84805

RGB

 RED value IS 168 (66.02% from 255) = 68.57%

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

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

R = 68.57%
G = 29.39%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#A84805 (or 0xA84805) is known color: Rust. HEX triplet: A8, 48 and 05. RGB value is (168,72,5). Sum of RGB (Red+Green+Blue) = 168+72+5=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A84805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84805 is #57B7FA. Grayscale: #5D5D5D. Windows color (decimal): -5748731 or 346280. OLE color: 346280.

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

Color convert

RGB 168 72 5 -
CMYK 0 0.57 0.97 0.34
HSL 24.66º 0.94% 0.34% -
HSV(B) 24.66º 0.97% 0.66% -
XYZ 18.49 12.97 1.67 -
YUV 93.07 78.3 181.45 -
System Red Green Blue C M Y K H S L
Decimal 168 72 5 0 0.57 0.97 0.34 24.66 0.94 0.34
Hex A8 48 5 0 39 61 22 19 5E 22
Octal 250 110 5 0 71 141 42 31 136 42
Binary 10101000 1001000 101 0 111001 1100001 100010 11001 1011110 100010

Color Harmonies of #A84805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84805

Black with #A84805

Text Example


Text Example

White with #A84805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84805; }

 p { color: rgb(168,72,5); }

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

background-color css

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

 a { background-color: rgb(168,72,5); }

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

border-color css

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

 span { border-color: rgb(168,72,5); }

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