Html Css Color HEX #A2493D Cognac

📋 copy color: '#A2493D'

red 162 ◦ green 73 ◦ blue 61

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

Shades of Cognac #A2493D

Tints of Cognac #A2493D

RGB

 RED value IS 162 (63.67% from 255) = 54.73%

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

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

R = 54.73%
G = 24.66%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2493D (or 0xA2493D) is known color: Cognac. HEX triplet: A2, 49 and 3D. RGB value is (162,73,61). Sum of RGB (Red+Green+Blue) = 162+73+61=296 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.73% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 162 - color contains mainly: red. Hex color #A2493D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2493D is #5DB6C2. Grayscale: #626262. Windows color (decimal): -6141635 or 4016546. OLE color: 4016546.

HSL color Cylindrical-coordinate representation of color #A2493D: hue angle of 7.13º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2493D is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 73 61 -
CMYK 0 0.55 0.62 0.36
HSL 7.13º 0.45% 0.44% -
HSV(B) 7.13º 0.62% 0.64% -
XYZ 18.13 12.78 5.93 -
YUV 98.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 162 73 61 0 0.55 0.62 0.36 7.13 0.45 0.44
Hex A2 49 3D 0 37 3E 24 7 2D 2C
Octal 242 111 75 0 67 76 44 7 55 54
Binary 10100010 1001001 111101 0 110111 111110 100100 111 101101 101100

Color Harmonies of #A2493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2493D

Black with #A2493D

Text Example


Text Example

White with #A2493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2493D; }

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

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

background-color css

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

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

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

border-color css

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

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

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