Html Css Color HEX #A65000 Rust

📋 copy color: '#A65000'

red 166 ◦ green 80 ◦ blue 0

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

Shades of Rust #A65000

Tints of Rust #A65000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.52%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.48%
G = 32.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A65000 (or 0xA65000) is known color: Rust. HEX triplet: A6, 50 and 00. RGB value is (166,80,0). Sum of RGB (Red+Green+Blue) = 166+80+0=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A65000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65000 is #59AFFF. Grayscale: #616161. Windows color (decimal): -5877760 or 20646. OLE color: 20646.

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

Color convert

RGB 166 80 0 -
CMYK 0 0.52 1 0.35
HSL 28.92º 1% 0.33% -
HSV(B) 28.92º 1% 0.65% -
XYZ 18.59 13.84 1.69 -
YUV 96.59 73.49 177.5 -
System Red Green Blue C M Y K H S L
Decimal 166 80 0 0 0.52 1 0.35 28.92 1 0.33
Hex A6 50 0 0 34 64 23 1D 64 21
Octal 246 120 0 0 64 144 43 35 144 41
Binary 10100110 1010000 0 0 110100 1100100 100011 11101 1100100 100001

Color Harmonies of #A65000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65000

Black with #A65000

Text Example


Text Example

White with #A65000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65000; }

 p { color: rgb(166,80,0); }

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

background-color css

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

 a { background-color: rgb(166,80,0); }

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

border-color css

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

 span { border-color: rgb(166,80,0); }

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