Html Css Color HEX #A85108 Rust

📋 copy color: '#A85108'

red 168 ◦ green 81 ◦ blue 8

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

Shades of Rust #A85108

Tints of Rust #A85108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.11%

R = 65.37%
G = 31.52%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A85108 (or 0xA85108) is known color: Rust. HEX triplet: A8, 51 and 08. RGB value is (168,81,8). Sum of RGB (Red+Green+Blue) = 168+81+8=257 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.37% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 168 - color contains mainly: red. Hex color #A85108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85108 is #57AEF7. Grayscale: #636363. Windows color (decimal): -5746424 or 545192. OLE color: 545192.

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

Color convert

RGB 168 81 8 -
CMYK 0 0.52 0.95 0.34
HSL 27.38º 0.91% 0.35% -
HSV(B) 27.38º 0.95% 0.66% -
XYZ 19.13 14.23 1.97 -
YUV 98.69 76.82 177.44 -
System Red Green Blue C M Y K H S L
Decimal 168 81 8 0 0.52 0.95 0.34 27.38 0.91 0.35
Hex A8 51 8 0 34 5F 22 1B 5B 23
Octal 250 121 10 0 64 137 42 33 133 43
Binary 10101000 1010001 1000 0 110100 1011111 100010 11011 1011011 100011

Color Harmonies of #A85108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85108

Black with #A85108

Text Example


Text Example

White with #A85108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85108; }

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

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

background-color css

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

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

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

border-color css

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

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

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