Html Css Color HEX #A6510A Rust

📋 copy color: '#A6510A'

red 166 ◦ green 81 ◦ blue 10

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

Shades of Rust #A6510A

Tints of Rust #A6510A

RGB

 RED value IS 166 (65.23% from 255) = 64.59%

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

 BLUE value IS 10 (4.3% from 255) = 3.89%

R = 64.59%
G = 31.52%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A6510A (or 0xA6510A) is known color: Rust. HEX triplet: A6, 51 and 0A. RGB value is (166,81,10). Sum of RGB (Red+Green+Blue) = 166+81+10=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A6510A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6510A is #59AEF5. Grayscale: #626262. Windows color (decimal): -5877494 or 676262. OLE color: 676262.

HSL color Cylindrical-coordinate representation of color #A6510A: hue angle of 27.31º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6510A is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 81 10 -
CMYK 0 0.51 0.94 0.35
HSL 27.31º 0.89% 0.35% -
HSV(B) 27.31º 0.94% 0.65% -
XYZ 18.72 14.01 2.01 -
YUV 98.32 78.16 176.27 -
System Red Green Blue C M Y K H S L
Decimal 166 81 10 0 0.51 0.94 0.35 27.31 0.89 0.35
Hex A6 51 A 0 33 5E 23 1B 59 23
Octal 246 121 12 0 63 136 43 33 131 43
Binary 10100110 1010001 1010 0 110011 1011110 100011 11011 1011001 100011

Color Harmonies of #A6510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6510A

Black with #A6510A

Text Example


Text Example

White with #A6510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6510A; }

 p { color: rgb(166,81,10); }

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

background-color css

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

 a { background-color: rgb(166,81,10); }

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

border-color css

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

 span { border-color: rgb(166,81,10); }

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