Html Css Color HEX #A64510 Rust

📋 copy color: '#A64510'

red 166 ◦ green 69 ◦ blue 16

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

Shades of Rust #A64510

Tints of Rust #A64510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.37%

R = 66.14%
G = 27.49%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A64510 (or 0xA64510) is known color: Rust. HEX triplet: A6, 45 and 10. RGB value is (166,69,16). Sum of RGB (Red+Green+Blue) = 166+69+16=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A64510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64510 is #59BAEF. Grayscale: #5C5C5C. Windows color (decimal): -5880560 or 1066406. OLE color: 1066406.

HSL color Cylindrical-coordinate representation of color #A64510: hue angle of 21.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A64510 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 69 16 -
CMYK 0 0.58 0.90 0.35
HSL 21.2º 0.82% 0.36% -
HSV(B) 21.2º 0.9% 0.65% -
XYZ 17.95 12.4 1.94 -
YUV 91.96 85.14 180.81 -
System Red Green Blue C M Y K H S L
Decimal 166 69 16 0 0.58 0.90 0.35 21.2 0.82 0.36
Hex A6 45 10 0 3A 5A 23 15 52 24
Octal 246 105 20 0 72 132 43 25 122 44
Binary 10100110 1000101 10000 0 111010 1011010 100011 10101 1010010 100100

Color Harmonies of #A64510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64510

Black with #A64510

Text Example


Text Example

White with #A64510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64510; }

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

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

background-color css

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

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

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

border-color css

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

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

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