Html Css Color HEX #A64A12 Rust

📋 copy color: '#A64A12'

red 166 ◦ green 74 ◦ blue 18

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

Shades of Rust #A64A12

Tints of Rust #A64A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.98%

R = 64.34%
G = 28.68%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A64A12 (or 0xA64A12) is known color: Rust. HEX triplet: A6, 4A and 12. RGB value is (166,74,18). Sum of RGB (Red+Green+Blue) = 166+74+18=258 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.34% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64A12 is #59B5ED. Grayscale: #5F5F5F. Windows color (decimal): -5879278 or 1198758. OLE color: 1198758.

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

Color convert

RGB 166 74 18 -
CMYK 0 0.55 0.89 0.35
HSL 22.7º 0.8% 0.36% -
HSV(B) 22.7º 0.89% 0.65% -
XYZ 18.28 13.05 2.13 -
YUV 95.12 84.48 178.55 -
System Red Green Blue C M Y K H S L
Decimal 166 74 18 0 0.55 0.89 0.35 22.7 0.8 0.36
Hex A6 4A 12 0 37 59 23 17 50 24
Octal 246 112 22 0 67 131 43 27 120 44
Binary 10100110 1001010 10010 0 110111 1011001 100011 10111 1010000 100100

Color Harmonies of #A64A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A12

Black with #A64A12

Text Example


Text Example

White with #A64A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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