Html Css Color HEX #A85200 Rust

📋 copy color: '#A85200'

red 168 ◦ green 82 ◦ blue 0

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

Shades of Rust #A85200

Tints of Rust #A85200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.8%

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

R = 67.2%
G = 32.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A85200 (or 0xA85200) is known color: Rust. HEX triplet: A8, 52 and 00. RGB value is (168,82,0). Sum of RGB (Red+Green+Blue) = 168+82+0=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A85200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85200 is #57ADFF. Grayscale: #626262. Windows color (decimal): -5746176 or 21160. OLE color: 21160.

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

Color convert

RGB 168 82 0 -
CMYK 0 0.51 1 0.34
HSL 29.29º 1% 0.33% -
HSV(B) 29.29º 1% 0.66% -
XYZ 19.17 14.36 1.76 -
YUV 98.37 72.49 177.67 -
System Red Green Blue C M Y K H S L
Decimal 168 82 0 0 0.51 1 0.34 29.29 1 0.33
Hex A8 52 0 0 33 64 22 1D 64 21
Octal 250 122 0 0 63 144 42 35 144 41
Binary 10101000 1010010 0 0 110011 1100100 100010 11101 1100100 100001

Color Harmonies of #A85200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85200

Black with #A85200

Text Example


Text Example

White with #A85200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85200; }

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

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

background-color css

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

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

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

border-color css

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

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

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