Html Css Color HEX #A65107 Rust

📋 copy color: '#A65107'

red 166 ◦ green 81 ◦ blue 7

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

Shades of Rust #A65107

Tints of Rust #A65107

RGB

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

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

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

R = 65.35%
G = 31.89%
B = 2.76%

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

#A65107 (or 0xA65107) is known color: Rust. HEX triplet: A6, 51 and 07. RGB value is (166,81,7). Sum of RGB (Red+Green+Blue) = 166+81+7=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A65107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65107 is #59AEF8. Grayscale: #626262. Windows color (decimal): -5877497 or 479654. OLE color: 479654.

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

Color convert

RGB 166 81 7 -
CMYK 0 0.51 0.96 0.35
HSL 27.92º 0.92% 0.34% -
HSV(B) 27.92º 0.96% 0.65% -
XYZ 18.71 14.01 1.92 -
YUV 97.98 76.66 176.52 -
System Red Green Blue C M Y K H S L
Decimal 166 81 7 0 0.51 0.96 0.35 27.92 0.92 0.34
Hex A6 51 7 0 33 60 23 1C 5C 22
Octal 246 121 7 0 63 140 43 34 134 42
Binary 10100110 1010001 111 0 110011 1100000 100011 11100 1011100 100010

Color Harmonies of #A65107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65107

Black with #A65107

Text Example


Text Example

White with #A65107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65107; }

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

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

background-color css

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

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

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

border-color css

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

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

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