Html Css Color HEX #A14937 Cognac

📋 copy color: '#A14937'

red 161 ◦ green 73 ◦ blue 55

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

Shades of Cognac #A14937

Tints of Cognac #A14937

RGB

 RED value IS 161 (63.28% from 255) = 55.71%

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

 BLUE value IS 55 (21.88% from 255) = 19.03%

R = 55.71%
G = 25.26%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A14937 (or 0xA14937) is known color: Cognac. HEX triplet: A1, 49 and 37. RGB value is (161,73,55). Sum of RGB (Red+Green+Blue) = 161+73+55=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A14937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14937 is #5EB6C8. Grayscale: #616161. Windows color (decimal): -6207177 or 3623329. OLE color: 3623329.

HSL color Cylindrical-coordinate representation of color #A14937: hue angle of 10.19º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A14937 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 73 55 -
CMYK 0 0.55 0.66 0.37
HSL 10.19º 0.49% 0.42% -
HSV(B) 10.19º 0.66% 0.63% -
XYZ 17.77 12.62 5.11 -
YUV 97.26 104.15 173.46 -
System Red Green Blue C M Y K H S L
Decimal 161 73 55 0 0.55 0.66 0.37 10.19 0.49 0.42
Hex A1 49 37 0 37 42 25 A 31 2A
Octal 241 111 67 0 67 102 45 12 61 52
Binary 10100001 1001001 110111 0 110111 1000010 100101 1010 110001 101010

Color Harmonies of #A14937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14937

Black with #A14937

Text Example


Text Example

White with #A14937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14937; }

 p { color: rgb(161,73,55); }

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

background-color css

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

 a { background-color: rgb(161,73,55); }

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

border-color css

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

 span { border-color: rgb(161,73,55); }

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