Html Css Color HEX #A84D05 Rust

📋 copy color: '#A84D05'

red 168 ◦ green 77 ◦ blue 5

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

Shades of Rust #A84D05

Tints of Rust #A84D05

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.8%

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

R = 67.2%
G = 30.8%
B = 2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#A84D05 (or 0xA84D05) is known color: Rust. HEX triplet: A8, 4D and 05. RGB value is (168,77,5). Sum of RGB (Red+Green+Blue) = 168+77+5=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A84D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A84D05 is #57B2FA. Grayscale: #606060. Windows color (decimal): -5747451 or 347560. OLE color: 347560.

HSL color Cylindrical-coordinate representation of color #A84D05: hue angle of 26.5º 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 #A84D05 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 77 5 -
CMYK 0 0.54 0.97 0.34
HSL 26.5º 0.94% 0.34% -
HSV(B) 26.5º 0.97% 0.66% -
XYZ 18.83 13.64 1.78 -
YUV 96 76.65 179.35 -
System Red Green Blue C M Y K H S L
Decimal 168 77 5 0 0.54 0.97 0.34 26.5 0.94 0.34
Hex A8 4D 5 0 36 61 22 1B 5E 22
Octal 250 115 5 0 66 141 42 33 136 42
Binary 10101000 1001101 101 0 110110 1100001 100010 11011 1011110 100010

Color Harmonies of #A84D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84D05

Black with #A84D05

Text Example


Text Example

White with #A84D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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