Html Css Color HEX #A64700 Rust

📋 copy color: '#A64700'

red 166 ◦ green 71 ◦ blue 0

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

Shades of Rust #A64700

Tints of Rust #A64700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.96%

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

R = 70.04%
G = 29.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A64700 (or 0xA64700) is known color: Rust. HEX triplet: A6, 47 and 00. RGB value is (166,71,0). Sum of RGB (Red+Green+Blue) = 166+71+0=237 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.04% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 166 - color contains mainly: red. Hex color #A64700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64700 is #59B8FF. Grayscale: #5B5B5B. Windows color (decimal): -5880064 or 18342. OLE color: 18342.

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

Color convert

RGB 166 71 0 -
CMYK 0 0.57 1 0.35
HSL 25.66º 1% 0.33% -
HSV(B) 25.66º 1% 0.65% -
XYZ 17.98 12.61 1.49 -
YUV 91.31 76.47 181.27 -
System Red Green Blue C M Y K H S L
Decimal 166 71 0 0 0.57 1 0.35 25.66 1 0.33
Hex A6 47 0 0 39 64 23 1A 64 21
Octal 246 107 0 0 71 144 43 32 144 41
Binary 10100110 1000111 0 0 111001 1100100 100011 11010 1100100 100001

Color Harmonies of #A64700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64700

Black with #A64700

Text Example


Text Example

White with #A64700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64700; }

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

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

background-color css

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

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

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

border-color css

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

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

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