Html Css Color HEX #A64809 Rust

📋 copy color: '#A64809'

red 166 ◦ green 72 ◦ blue 9

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

Shades of Rust #A64809

Tints of Rust #A64809

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.15%

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

R = 67.21%
G = 29.15%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A64809 (or 0xA64809) is known color: Rust. HEX triplet: A6, 48 and 09. RGB value is (166,72,9). Sum of RGB (Red+Green+Blue) = 166+72+9=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A64809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64809 is #59B7F6. Grayscale: #5D5D5D. Windows color (decimal): -5879799 or 608422. OLE color: 608422.

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

Color convert

RGB 166 72 9 -
CMYK 0 0.57 0.95 0.35
HSL 24.08º 0.9% 0.34% -
HSV(B) 24.08º 0.95% 0.65% -
XYZ 18.09 12.76 1.77 -
YUV 92.92 80.64 180.12 -
System Red Green Blue C M Y K H S L
Decimal 166 72 9 0 0.57 0.95 0.35 24.08 0.9 0.34
Hex A6 48 9 0 39 5F 23 18 5A 22
Octal 246 110 11 0 71 137 43 30 132 42
Binary 10100110 1001000 1001 0 111001 1011111 100011 11000 1011010 100010

Color Harmonies of #A64809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64809

Black with #A64809

Text Example


Text Example

White with #A64809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64809; }

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

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

background-color css

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

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

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

border-color css

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

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

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