Html Css Color HEX #A6493A Cognac

📋 copy color: '#A6493A'

red 166 ◦ green 73 ◦ blue 58

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

Shades of Cognac #A6493A

Tints of Cognac #A6493A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.58%

 BLUE value IS 58 (23.05% from 255) = 19.53%

R = 55.89%
G = 24.58%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A6493A (or 0xA6493A) is known color: Cognac. HEX triplet: A6, 49 and 3A. RGB value is (166,73,58). Sum of RGB (Red+Green+Blue) = 166+73+58=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A6493A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6493A is #59B6C5. Grayscale: #636363. Windows color (decimal): -5879494 or 3819942. OLE color: 3819942.

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

Color convert

RGB 166 73 58 -
CMYK 0 0.56 0.65 0.35
HSL 8.33º 0.48% 0.44% -
HSV(B) 8.33º 0.65% 0.65% -
XYZ 18.87 13.18 5.55 -
YUV 99.1 104.81 175.72 -
System Red Green Blue C M Y K H S L
Decimal 166 73 58 0 0.56 0.65 0.35 8.33 0.48 0.44
Hex A6 49 3A 0 38 41 23 8 30 2C
Octal 246 111 72 0 70 101 43 10 60 54
Binary 10100110 1001001 111010 0 111000 1000001 100011 1000 110000 101100

Color Harmonies of #A6493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6493A

Black with #A6493A

Text Example


Text Example

White with #A6493A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6493A; }

 p { color: rgb(166,73,58); }

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

background-color css

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

 a { background-color: rgb(166,73,58); }

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

border-color css

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

 span { border-color: rgb(166,73,58); }

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