Html Css Color HEX #A2493C Cognac

📋 copy color: '#A2493C'

red 162 ◦ green 73 ◦ blue 60

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

Shades of Cognac #A2493C

Tints of Cognac #A2493C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.34%

R = 54.92%
G = 24.75%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A2493C (or 0xA2493C) is known color: Cognac. HEX triplet: A2, 49 and 3C. RGB value is (162,73,60). Sum of RGB (Red+Green+Blue) = 162+73+60=295 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.92% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 162 - color contains mainly: red. Hex color #A2493C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2493C is #5DB6C3. Grayscale: #626262. Windows color (decimal): -6141636 or 3951010. OLE color: 3951010.

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

Color convert

RGB 162 73 60 -
CMYK 0 0.55 0.63 0.36
HSL 7.65º 0.46% 0.44% -
HSV(B) 7.65º 0.63% 0.64% -
XYZ 18.1 12.77 5.79 -
YUV 98.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 162 73 60 0 0.55 0.63 0.36 7.65 0.46 0.44
Hex A2 49 3C 0 37 3F 24 8 2E 2C
Octal 242 111 74 0 67 77 44 10 56 54
Binary 10100010 1001001 111100 0 110111 111111 100100 1000 101110 101100

Color Harmonies of #A2493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2493C

Black with #A2493C

Text Example


Text Example

White with #A2493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2493C; }

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

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

background-color css

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

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

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

border-color css

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

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

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