Html Css Color HEX #A64316 Rust

📋 copy color: '#A64316'

red 166 ◦ green 67 ◦ blue 22

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

Shades of Rust #A64316

Tints of Rust #A64316

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.27%

 BLUE value IS 22 (8.98% from 255) = 8.63%

R = 65.1%
G = 26.27%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A64316 (or 0xA64316) is known color: Rust. HEX triplet: A6, 43 and 16. RGB value is (166,67,22). Sum of RGB (Red+Green+Blue) = 166+67+22=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A64316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64316 is #59BCE9. Grayscale: #5B5B5B. Windows color (decimal): -5881066 or 1459110. OLE color: 1459110.

HSL color Cylindrical-coordinate representation of color #A64316: hue angle of 18.75º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A64316 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 67 22 -
CMYK 0 0.60 0.87 0.35
HSL 18.75º 0.77% 0.37% -
HSV(B) 18.75º 0.87% 0.65% -
XYZ 17.88 12.18 2.17 -
YUV 91.47 88.8 181.16 -
System Red Green Blue C M Y K H S L
Decimal 166 67 22 0 0.60 0.87 0.35 18.75 0.77 0.37
Hex A6 43 16 0 3C 57 23 13 4D 25
Octal 246 103 26 0 74 127 43 23 115 45
Binary 10100110 1000011 10110 0 111100 1010111 100011 10011 1001101 100101

Color Harmonies of #A64316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64316

Black with #A64316

Text Example


Text Example

White with #A64316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64316; }

 p { color: rgb(166,67,22); }

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

background-color css

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

 a { background-color: rgb(166,67,22); }

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

border-color css

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

 span { border-color: rgb(166,67,22); }

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