Html Css Color HEX #A85304 Rust

📋 copy color: '#A85304'

red 168 ◦ green 83 ◦ blue 4

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

Shades of Rust #A85304

Tints of Rust #A85304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.55%

 BLUE value IS 4 (1.95% from 255) = 1.57%

R = 65.88%
G = 32.55%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A85304 (or 0xA85304) is known color: Rust. HEX triplet: A8, 53 and 04. RGB value is (168,83,4). Sum of RGB (Red+Green+Blue) = 168+83+4=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A85304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85304 is #57ACFB. Grayscale: #636363. Windows color (decimal): -5745916 or 283560. OLE color: 283560.

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

Color convert

RGB 168 83 4 -
CMYK 0 0.51 0.98 0.34
HSL 28.9º 0.95% 0.34% -
HSV(B) 28.9º 0.98% 0.66% -
XYZ 19.26 14.52 1.9 -
YUV 99.41 74.16 176.92 -
System Red Green Blue C M Y K H S L
Decimal 168 83 4 0 0.51 0.98 0.34 28.9 0.95 0.34
Hex A8 53 4 0 33 62 22 1D 5F 22
Octal 250 123 4 0 63 142 42 35 137 42
Binary 10101000 1010011 100 0 110011 1100010 100010 11101 1011111 100010

Color Harmonies of #A85304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85304

Black with #A85304

Text Example


Text Example

White with #A85304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85304; }

 p { color: rgb(168,83,4); }

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

background-color css

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

 a { background-color: rgb(168,83,4); }

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

border-color css

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

 span { border-color: rgb(168,83,4); }

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