Html Css Color HEX #A64D00 Rust

📋 copy color: '#A64D00'

red 166 ◦ green 77 ◦ blue 0

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

Shades of Rust #A64D00

Tints of Rust #A64D00

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.69%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.31%
G = 31.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A64D00 (or 0xA64D00) is known color: Rust. HEX triplet: A6, 4D and 00. RGB value is (166,77,0). Sum of RGB (Red+Green+Blue) = 166+77+0=243 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.31% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 166 - color contains mainly: red. Hex color #A64D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A64D00 is #59B2FF. Grayscale: #5F5F5F. Windows color (decimal): -5878528 or 19878. OLE color: 19878.

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

Color convert

RGB 166 77 0 -
CMYK 0 0.54 1 0.35
HSL 27.83º 1% 0.33% -
HSV(B) 27.83º 1% 0.65% -
XYZ 18.38 13.41 1.62 -
YUV 94.83 74.49 178.76 -
System Red Green Blue C M Y K H S L
Decimal 166 77 0 0 0.54 1 0.35 27.83 1 0.33
Hex A6 4D 0 0 36 64 23 1C 64 21
Octal 246 115 0 0 66 144 43 34 144 41
Binary 10100110 1001101 0 0 110110 1100100 100011 11100 1100100 100001

Color Harmonies of #A64D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64D00

Black with #A64D00

Text Example


Text Example

White with #A64D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64D00; }

 p { color: rgb(166,77,0); }

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

background-color css

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

 a { background-color: rgb(166,77,0); }

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

border-color css

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

 span { border-color: rgb(166,77,0); }

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