Html Css Color HEX #A65206 Rust

📋 copy color: '#A65206'

red 166 ◦ green 82 ◦ blue 6

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

Shades of Rust #A65206

Tints of Rust #A65206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.36%

R = 65.35%
G = 32.28%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A65206 (or 0xA65206) is known color: Rust. HEX triplet: A6, 52 and 06. RGB value is (166,82,6). Sum of RGB (Red+Green+Blue) = 166+82+6=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A65206 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65206 is #59ADF9. Grayscale: #626262. Windows color (decimal): -5877242 or 414374. OLE color: 414374.

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

Color convert

RGB 166 82 6 -
CMYK 0 0.51 0.96 0.35
HSL 28.5º 0.93% 0.34% -
HSV(B) 28.5º 0.96% 0.65% -
XYZ 18.78 14.15 1.91 -
YUV 98.45 75.83 176.18 -
System Red Green Blue C M Y K H S L
Decimal 166 82 6 0 0.51 0.96 0.35 28.5 0.93 0.34
Hex A6 52 6 0 33 60 23 1C 5D 22
Octal 246 122 6 0 63 140 43 34 135 42
Binary 10100110 1010010 110 0 110011 1100000 100011 11100 1011101 100010

Color Harmonies of #A65206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65206

Black with #A65206

Text Example


Text Example

White with #A65206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65206; }

 p { color: rgb(166,82,6); }

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

background-color css

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

 a { background-color: rgb(166,82,6); }

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

border-color css

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

 span { border-color: rgb(166,82,6); }

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