Html Css Color HEX #A65007 Rust

📋 copy color: '#A65007'

red 166 ◦ green 80 ◦ blue 7

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

Shades of Rust #A65007

Tints of Rust #A65007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.77%

R = 65.61%
G = 31.62%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A65007 (or 0xA65007) is known color: Rust. HEX triplet: A6, 50 and 07. RGB value is (166,80,7). Sum of RGB (Red+Green+Blue) = 166+80+7=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A65007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65007 is #59AFF8. Grayscale: #616161. Windows color (decimal): -5877753 or 479398. OLE color: 479398.

HSL color Cylindrical-coordinate representation of color #A65007: hue angle of 27.55º degrees, saturation: 0.92, 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 #A65007 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 80 7 -
CMYK 0 0.52 0.96 0.35
HSL 27.55º 0.92% 0.34% -
HSV(B) 27.55º 0.96% 0.65% -
XYZ 18.63 13.86 1.89 -
YUV 97.39 76.99 176.94 -
System Red Green Blue C M Y K H S L
Decimal 166 80 7 0 0.52 0.96 0.35 27.55 0.92 0.34
Hex A6 50 7 0 34 60 23 1C 5C 22
Octal 246 120 7 0 64 140 43 34 134 42
Binary 10100110 1010000 111 0 110100 1100000 100011 11100 1011100 100010

Color Harmonies of #A65007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65007

Black with #A65007

Text Example


Text Example

White with #A65007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65007; }

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

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

background-color css

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

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

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

border-color css

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

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

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