Html Css Color HEX #A44A3C Cognac

📋 copy color: '#A44A3C'

red 164 ◦ green 74 ◦ blue 60

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

Shades of Cognac #A44A3C

Tints of Cognac #A44A3C

RGB

 RED value IS 164 (64.45% from 255) = 55.03%

 GREEN value IS 74 (29.3% from 255) = 24.83%

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

R = 55.03%
G = 24.83%
B = 20.13%

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

#A44A3C (or 0xA44A3C) is known color: Cognac. HEX triplet: A4, 4A and 3C. RGB value is (164,74,60). Sum of RGB (Red+Green+Blue) = 164+74+60=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A44A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44A3C is #5BB5C3. Grayscale: #636363. Windows color (decimal): -6010308 or 3951268. OLE color: 3951268.

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

Color convert

RGB 164 74 60 -
CMYK 0 0.55 0.63 0.36
HSL 8.08º 0.46% 0.44% -
HSV(B) 8.08º 0.63% 0.64% -
XYZ 18.57 13.12 5.83 -
YUV 99.31 105.82 174.14 -
System Red Green Blue C M Y K H S L
Decimal 164 74 60 0 0.55 0.63 0.36 8.08 0.46 0.44
Hex A4 4A 3C 0 37 3F 24 8 2E 2C
Octal 244 112 74 0 67 77 44 10 56 54
Binary 10100100 1001010 111100 0 110111 111111 100100 1000 101110 101100

Color Harmonies of #A44A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44A3C

Black with #A44A3C

Text Example


Text Example

White with #A44A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44A3C; }

 p { color: rgb(164,74,60); }

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

background-color css

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

 a { background-color: rgb(164,74,60); }

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

border-color css

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

 span { border-color: rgb(164,74,60); }

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