Html Css Color HEX #A85105 Rust

📋 copy color: '#A85105'

red 168 ◦ green 81 ◦ blue 5

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

Shades of Rust #A85105

Tints of Rust #A85105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.89%

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

R = 66.14%
G = 31.89%
B = 1.97%

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

#A85105 (or 0xA85105) is known color: Rust. HEX triplet: A8, 51 and 05. RGB value is (168,81,5). Sum of RGB (Red+Green+Blue) = 168+81+5=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A85105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85105 is #57AEFA. Grayscale: #626262. Windows color (decimal): -5746427 or 348584. OLE color: 348584.

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

Color convert

RGB 168 81 5 -
CMYK 0 0.52 0.97 0.34
HSL 27.98º 0.94% 0.34% -
HSV(B) 27.98º 0.97% 0.66% -
XYZ 19.12 14.22 1.88 -
YUV 98.35 75.32 177.68 -
System Red Green Blue C M Y K H S L
Decimal 168 81 5 0 0.52 0.97 0.34 27.98 0.94 0.34
Hex A8 51 5 0 34 61 22 1C 5E 22
Octal 250 121 5 0 64 141 42 34 136 42
Binary 10101000 1010001 101 0 110100 1100001 100010 11100 1011110 100010

Color Harmonies of #A85105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85105

Black with #A85105

Text Example


Text Example

White with #A85105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85105; }

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

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

background-color css

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

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

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

border-color css

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

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

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