Html Css Color HEX #A2493A Cognac

📋 copy color: '#A2493A'

red 162 ◦ green 73 ◦ blue 58

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

Shades of Cognac #A2493A

Tints of Cognac #A2493A

RGB

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

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

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

R = 55.29%
G = 24.91%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2493A (or 0xA2493A) is known color: Cognac. HEX triplet: A2, 49 and 3A. RGB value is (162,73,58). Sum of RGB (Red+Green+Blue) = 162+73+58=293 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.29% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 162 - color contains mainly: red. Hex color #A2493A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2493A is #5DB6C5. Grayscale: #626262. Windows color (decimal): -6141638 or 3819938. OLE color: 3819938.

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

Color convert

RGB 162 73 58 -
CMYK 0 0.55 0.64 0.36
HSL 8.65º 0.47% 0.43% -
HSV(B) 8.65º 0.64% 0.64% -
XYZ 18.05 12.75 5.51 -
YUV 97.9 105.49 173.72 -
System Red Green Blue C M Y K H S L
Decimal 162 73 58 0 0.55 0.64 0.36 8.65 0.47 0.43
Hex A2 49 3A 0 37 40 24 9 2F 2B
Octal 242 111 72 0 67 100 44 11 57 53
Binary 10100010 1001001 111010 0 110111 1000000 100100 1001 101111 101011

Color Harmonies of #A2493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2493A

Black with #A2493A

Text Example


Text Example

White with #A2493A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2493A; }

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

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

background-color css

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

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

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

border-color css

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

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

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