Html Css Color HEX #A14837 Cognac

📋 copy color: '#A14837'

red 161 ◦ green 72 ◦ blue 55

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

Shades of Cognac #A14837

Tints of Cognac #A14837

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25%

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

R = 55.9%
G = 25%
B = 19.1%

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

#A14837 (or 0xA14837) is known color: Cognac. HEX triplet: A1, 48 and 37. RGB value is (161,72,55). Sum of RGB (Red+Green+Blue) = 161+72+55=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A14837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14837 is #5EB7C8. Grayscale: #606060. Windows color (decimal): -6207433 or 3623073. OLE color: 3623073.

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

Color convert

RGB 161 72 55 -
CMYK 0 0.55 0.66 0.37
HSL 9.62º 0.49% 0.42% -
HSV(B) 9.62º 0.66% 0.63% -
XYZ 17.7 12.49 5.09 -
YUV 96.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 161 72 55 0 0.55 0.66 0.37 9.62 0.49 0.42
Hex A1 48 37 0 37 42 25 A 31 2A
Octal 241 110 67 0 67 102 45 12 61 52
Binary 10100001 1001000 110111 0 110111 1000010 100101 1010 110001 101010

Color Harmonies of #A14837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14837

Black with #A14837

Text Example


Text Example

White with #A14837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14837; }

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

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

background-color css

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

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

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

border-color css

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

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

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