Html Css Color HEX #A85000 Rust

📋 copy color: '#A85000'

red 168 ◦ green 80 ◦ blue 0

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

Shades of Rust #A85000

Tints of Rust #A85000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.74%
G = 32.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A85000 (or 0xA85000) is known color: Rust. HEX triplet: A8, 50 and 00. RGB value is (168,80,0). Sum of RGB (Red+Green+Blue) = 168+80+0=248 (32% of max value = 765). Red value is 168 (66.02% from 255 or 67.74% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 168 - color contains mainly: red. Hex color #A85000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85000 is #57AFFF. Grayscale: #616161. Windows color (decimal): -5746688 or 20648. OLE color: 20648.

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

Color convert

RGB 168 80 0 -
CMYK 0 0.52 1 0.34
HSL 28.57º 1% 0.33% -
HSV(B) 28.57º 1% 0.66% -
XYZ 19.02 14.06 1.71 -
YUV 97.19 73.15 178.5 -
System Red Green Blue C M Y K H S L
Decimal 168 80 0 0 0.52 1 0.34 28.57 1 0.33
Hex A8 50 0 0 34 64 22 1D 64 21
Octal 250 120 0 0 64 144 42 35 144 41
Binary 10101000 1010000 0 0 110100 1100100 100010 11101 1100100 100001

Color Harmonies of #A85000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85000

Black with #A85000

Text Example


Text Example

White with #A85000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85000; }

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

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

background-color css

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

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

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

border-color css

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

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

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