Html Css Color HEX #A64504 Rust

📋 copy color: '#A64504'

red 166 ◦ green 69 ◦ blue 4

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

Shades of Rust #A64504

Tints of Rust #A64504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 69.46%
G = 28.87%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A64504 (or 0xA64504) is known color: Rust. HEX triplet: A6, 45 and 04. RGB value is (166,69,4). Sum of RGB (Red+Green+Blue) = 166+69+4=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A64504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64504 is #59BAFB. Grayscale: #5A5A5A. Windows color (decimal): -5880572 or 279974. OLE color: 279974.

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

Color convert

RGB 166 69 4 -
CMYK 0 0.58 0.98 0.35
HSL 24.07º 0.95% 0.33% -
HSV(B) 24.07º 0.98% 0.65% -
XYZ 17.88 12.37 1.56 -
YUV 90.59 79.14 181.79 -
System Red Green Blue C M Y K H S L
Decimal 166 69 4 0 0.58 0.98 0.35 24.07 0.95 0.33
Hex A6 45 4 0 3A 62 23 18 5F 21
Octal 246 105 4 0 72 142 43 30 137 41
Binary 10100110 1000101 100 0 111010 1100010 100011 11000 1011111 100001

Color Harmonies of #A64504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64504

Black with #A64504

Text Example


Text Example

White with #A64504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64504; }

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

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

background-color css

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

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

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

border-color css

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

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

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