Html Css Color HEX #A85202 Rust

📋 copy color: '#A85202'

red 168 ◦ green 82 ◦ blue 2

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

Shades of Rust #A85202

Tints of Rust #A85202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 66.67%
G = 32.54%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A85202 (or 0xA85202) is known color: Rust. HEX triplet: A8, 52 and 02. RGB value is (168,82,2). Sum of RGB (Red+Green+Blue) = 168+82+2=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A85202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85202 is #57ADFD. Grayscale: #636363. Windows color (decimal): -5746174 or 152232. OLE color: 152232.

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

Color convert

RGB 168 82 2 -
CMYK 0 0.51 0.99 0.34
HSL 28.92º 0.98% 0.33% -
HSV(B) 28.92º 0.99% 0.66% -
XYZ 19.18 14.36 1.82 -
YUV 98.59 73.49 177.5 -
System Red Green Blue C M Y K H S L
Decimal 168 82 2 0 0.51 0.99 0.34 28.92 0.98 0.33
Hex A8 52 2 0 33 63 22 1D 62 21
Octal 250 122 2 0 63 143 42 35 142 41
Binary 10101000 1010010 10 0 110011 1100011 100010 11101 1100010 100001

Color Harmonies of #A85202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85202

Black with #A85202

Text Example


Text Example

White with #A85202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85202; }

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

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

background-color css

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

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

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

border-color css

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

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

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