Html Css Color HEX #A64609 Rust

📋 copy color: '#A64609'

red 166 ◦ green 70 ◦ blue 9

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

Shades of Rust #A64609

Tints of Rust #A64609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.67%

R = 67.76%
G = 28.57%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A64609 (or 0xA64609) is known color: Rust. HEX triplet: A6, 46 and 09. RGB value is (166,70,9). Sum of RGB (Red+Green+Blue) = 166+70+9=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A64609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64609 is #59B9F6. Grayscale: #5C5C5C. Windows color (decimal): -5880311 or 607910. OLE color: 607910.

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

Color convert

RGB 166 70 9 -
CMYK 0 0.58 0.95 0.35
HSL 23.31º 0.9% 0.34% -
HSV(B) 23.31º 0.95% 0.65% -
XYZ 17.97 12.51 1.73 -
YUV 91.75 81.3 180.96 -
System Red Green Blue C M Y K H S L
Decimal 166 70 9 0 0.58 0.95 0.35 23.31 0.9 0.34
Hex A6 46 9 0 3A 5F 23 17 5A 22
Octal 246 106 11 0 72 137 43 27 132 42
Binary 10100110 1000110 1001 0 111010 1011111 100011 10111 1011010 100010

Color Harmonies of #A64609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64609

Black with #A64609

Text Example


Text Example

White with #A64609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64609; }

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

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

background-color css

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

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

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

border-color css

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

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

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