Html Css Color HEX #A85309 Rust

📋 copy color: '#A85309'

red 168 ◦ green 83 ◦ blue 9

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

Shades of Rust #A85309

Tints of Rust #A85309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.46%

R = 64.62%
G = 31.92%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A85309 (or 0xA85309) is known color: Rust. HEX triplet: A8, 53 and 09. RGB value is (168,83,9). Sum of RGB (Red+Green+Blue) = 168+83+9=260 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.62% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 168 - color contains mainly: red. Hex color #A85309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85309 is #57ACF6. Grayscale: #646464. Windows color (decimal): -5745911 or 611240. OLE color: 611240.

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

Color convert

RGB 168 83 9 -
CMYK 0 0.51 0.95 0.34
HSL 27.92º 0.9% 0.35% -
HSV(B) 27.92º 0.95% 0.66% -
XYZ 19.29 14.53 2.05 -
YUV 99.98 76.66 176.52 -
System Red Green Blue C M Y K H S L
Decimal 168 83 9 0 0.51 0.95 0.34 27.92 0.9 0.35
Hex A8 53 9 0 33 5F 22 1C 5A 23
Octal 250 123 11 0 63 137 42 34 132 43
Binary 10101000 1010011 1001 0 110011 1011111 100010 11100 1011010 100011

Color Harmonies of #A85309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85309

Black with #A85309

Text Example


Text Example

White with #A85309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85309; }

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

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

background-color css

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

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

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

border-color css

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

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

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