Html Css Color HEX #A64607 Rust

📋 copy color: '#A64607'

red 166 ◦ green 70 ◦ blue 7

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

Shades of Rust #A64607

Tints of Rust #A64607

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.81%

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

R = 68.31%
G = 28.81%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A64607 (or 0xA64607) is known color: Rust. HEX triplet: A6, 46 and 07. RGB value is (166,70,7). Sum of RGB (Red+Green+Blue) = 166+70+7=243 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.31% from 243); Green value is 70 (27.73% from 255 or 28.81% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 166 - color contains mainly: red. Hex color #A64607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64607 is #59B9F8. Grayscale: #5B5B5B. Windows color (decimal): -5880313 or 476838. OLE color: 476838.

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

Color convert

RGB 166 70 7 -
CMYK 0 0.58 0.96 0.35
HSL 23.77º 0.92% 0.34% -
HSV(B) 23.77º 0.96% 0.65% -
XYZ 17.95 12.5 1.67 -
YUV 91.52 80.3 181.12 -
System Red Green Blue C M Y K H S L
Decimal 166 70 7 0 0.58 0.96 0.35 23.77 0.92 0.34
Hex A6 46 7 0 3A 60 23 18 5C 22
Octal 246 106 7 0 72 140 43 30 134 42
Binary 10100110 1000110 111 0 111010 1100000 100011 11000 1011100 100010

Color Harmonies of #A64607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64607

Black with #A64607

Text Example


Text Example

White with #A64607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64607; }

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

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

background-color css

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

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

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

border-color css

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

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

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