Html Css Color HEX #A64A01 Rust

📋 copy color: '#A64A01'

red 166 ◦ green 74 ◦ blue 1

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

Shades of Rust #A64A01

Tints of Rust #A64A01

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.71%

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 68.88%
G = 30.71%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A64A01 (or 0xA64A01) is known color: Rust. HEX triplet: A6, 4A and 01. RGB value is (166,74,1). Sum of RGB (Red+Green+Blue) = 166+74+1=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64A01 is #59B5FE. Grayscale: #5D5D5D. Windows color (decimal): -5879295 or 84646. OLE color: 84646.

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

Color convert

RGB 166 74 1 -
CMYK 0 0.55 0.99 0.35
HSL 26.55º 0.99% 0.33% -
HSV(B) 26.55º 0.99% 0.65% -
XYZ 18.18 13.01 1.58 -
YUV 93.19 75.98 179.94 -
System Red Green Blue C M Y K H S L
Decimal 166 74 1 0 0.55 0.99 0.35 26.55 0.99 0.33
Hex A6 4A 1 0 37 63 23 1B 63 21
Octal 246 112 1 0 67 143 43 33 143 41
Binary 10100110 1001010 1 0 110111 1100011 100011 11011 1100011 100001

Color Harmonies of #A64A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A01

Black with #A64A01

Text Example


Text Example

White with #A64A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A01; }

 p { color: rgb(166,74,1); }

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

background-color css

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

 a { background-color: rgb(166,74,1); }

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

border-color css

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

 span { border-color: rgb(166,74,1); }

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