Html Css Color HEX #A0493D Cognac

📋 copy color: '#A0493D'

red 160 ◦ green 73 ◦ blue 61

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

Shades of Cognac #A0493D

Tints of Cognac #A0493D

RGB

 RED value IS 160 (62.89% from 255) = 54.42%

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

 BLUE value IS 61 (24.22% from 255) = 20.75%

R = 54.42%
G = 24.83%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0493D (or 0xA0493D) is known color: Cognac. HEX triplet: A0, 49 and 3D. RGB value is (160,73,61). Sum of RGB (Red+Green+Blue) = 160+73+61=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A0493D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0493D is #5FB6C2. Grayscale: #616161. Windows color (decimal): -6272707 or 4016544. OLE color: 4016544.

HSL color Cylindrical-coordinate representation of color #A0493D: hue angle of 7.27º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0493D is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 73 61 -
CMYK 0 0.54 0.62 0.37
HSL 7.27º 0.45% 0.43% -
HSV(B) 7.27º 0.62% 0.63% -
XYZ 17.72 12.58 5.91 -
YUV 97.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 160 73 61 0 0.54 0.62 0.37 7.27 0.45 0.43
Hex A0 49 3D 0 36 3E 25 7 2D 2B
Octal 240 111 75 0 66 76 45 7 55 53
Binary 10100000 1001001 111101 0 110110 111110 100101 111 101101 101011

Color Harmonies of #A0493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0493D

Black with #A0493D

Text Example


Text Example

White with #A0493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0493D; }

 p { color: rgb(160,73,61); }

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

background-color css

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

 a { background-color: rgb(160,73,61); }

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

border-color css

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

 span { border-color: rgb(160,73,61); }

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