Html Css Color HEX #A3493C Cognac

📋 copy color: '#A3493C'

red 163 ◦ green 73 ◦ blue 60

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

Shades of Cognac #A3493C

Tints of Cognac #A3493C

RGB

 RED value IS 163 (64.06% from 255) = 55.07%

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

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

R = 55.07%
G = 24.66%
B = 20.27%

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

#A3493C (or 0xA3493C) is known color: Cognac. HEX triplet: A3, 49 and 3C. RGB value is (163,73,60). Sum of RGB (Red+Green+Blue) = 163+73+60=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A3493C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3493C is #5CB6C3. Grayscale: #626262. Windows color (decimal): -6076100 or 3951011. OLE color: 3951011.

HSL color Cylindrical-coordinate representation of color #A3493C: hue angle of 7.57º 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 #A3493C is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 73 60 -
CMYK 0 0.55 0.63 0.36
HSL 7.57º 0.46% 0.44% -
HSV(B) 7.57º 0.63% 0.64% -
XYZ 18.3 12.88 5.8 -
YUV 98.43 106.32 174.06 -
System Red Green Blue C M Y K H S L
Decimal 163 73 60 0 0.55 0.63 0.36 7.57 0.46 0.44
Hex A3 49 3C 0 37 3F 24 8 2E 2C
Octal 243 111 74 0 67 77 44 10 56 54
Binary 10100011 1001001 111100 0 110111 111111 100100 1000 101110 101100

Color Harmonies of #A3493C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3493C

Black with #A3493C

Text Example


Text Example

White with #A3493C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3493C; }

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

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

background-color css

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

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

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

border-color css

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

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

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