Html Css Color HEX #A14139 Cognac

📋 copy color: '#A14139'

red 161 ◦ green 65 ◦ blue 57

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

Shades of Cognac #A14139

Tints of Cognac #A14139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.97%

 BLUE value IS 57 (22.66% from 255) = 20.14%

R = 56.89%
G = 22.97%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A14139 (or 0xA14139) is known color: Cognac. HEX triplet: A1, 41 and 39. RGB value is (161,65,57). Sum of RGB (Red+Green+Blue) = 161+65+57=283 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.89% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 161 - color contains mainly: red. Hex color #A14139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14139 is #5EBEC6. Grayscale: #5C5C5C. Windows color (decimal): -6209223 or 3752353. OLE color: 3752353.

HSL color Cylindrical-coordinate representation of color #A14139: hue angle of 4.62º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A14139 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 65 57 -
CMYK 0 0.60 0.65 0.37
HSL 4.62º 0.48% 0.43% -
HSV(B) 4.62º 0.65% 0.63% -
XYZ 17.33 11.65 5.21 -
YUV 92.79 107.8 176.65 -
System Red Green Blue C M Y K H S L
Decimal 161 65 57 0 0.60 0.65 0.37 4.62 0.48 0.43
Hex A1 41 39 0 3C 41 25 5 30 2B
Octal 241 101 71 0 74 101 45 5 60 53
Binary 10100001 1000001 111001 0 111100 1000001 100101 101 110000 101011

Color Harmonies of #A14139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14139

Black with #A14139

Text Example


Text Example

White with #A14139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14139; }

 p { color: rgb(161,65,57); }

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

background-color css

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

 a { background-color: rgb(161,65,57); }

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

border-color css

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

 span { border-color: rgb(161,65,57); }

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