Html Css Color HEX #A64500 Rust

📋 copy color: '#A64500'

red 166 ◦ green 69 ◦ blue 0

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

Shades of Rust #A64500

Tints of Rust #A64500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.36%

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

R = 70.64%
G = 29.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A64500 (or 0xA64500) is known color: Rust. HEX triplet: A6, 45 and 00. RGB value is (166,69,0). Sum of RGB (Red+Green+Blue) = 166+69+0=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A64500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64500 is #59BAFF. Grayscale: #5A5A5A. Windows color (decimal): -5880576 or 17830. OLE color: 17830.

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

Color convert

RGB 166 69 0 -
CMYK 0 0.58 1 0.35
HSL 24.94º 1% 0.33% -
HSV(B) 24.94º 1% 0.65% -
XYZ 17.85 12.36 1.45 -
YUV 90.14 77.14 182.11 -
System Red Green Blue C M Y K H S L
Decimal 166 69 0 0 0.58 1 0.35 24.94 1 0.33
Hex A6 45 0 0 3A 64 23 19 64 21
Octal 246 105 0 0 72 144 43 31 144 41
Binary 10100110 1000101 0 0 111010 1100100 100011 11001 1100100 100001

Color Harmonies of #A64500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64500

Black with #A64500

Text Example


Text Example

White with #A64500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64500; }

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

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

background-color css

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

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

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

border-color css

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

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

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