Html Css Color HEX #A85005 Rust

📋 copy color: '#A85005'

red 168 ◦ green 80 ◦ blue 5

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

Shades of Rust #A85005

Tints of Rust #A85005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.62%

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

R = 66.4%
G = 31.62%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#A85005 (or 0xA85005) is known color: Rust. HEX triplet: A8, 50 and 05. RGB value is (168,80,5). Sum of RGB (Red+Green+Blue) = 168+80+5=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A85005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85005 is #57AFFA. Grayscale: #626262. Windows color (decimal): -5746683 or 348328. OLE color: 348328.

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

Color convert

RGB 168 80 5 -
CMYK 0 0.52 0.97 0.34
HSL 27.61º 0.94% 0.34% -
HSV(B) 27.61º 0.97% 0.66% -
XYZ 19.04 14.07 1.86 -
YUV 97.76 75.65 178.1 -
System Red Green Blue C M Y K H S L
Decimal 168 80 5 0 0.52 0.97 0.34 27.61 0.94 0.34
Hex A8 50 5 0 34 61 22 1C 5E 22
Octal 250 120 5 0 64 141 42 34 136 42
Binary 10101000 1010000 101 0 110100 1100001 100010 11100 1011110 100010

Color Harmonies of #A85005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85005

Black with #A85005

Text Example


Text Example

White with #A85005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85005; }

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

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

background-color css

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

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

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

border-color css

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

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

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