Html Css Color HEX #A14036 Cognac

📋 copy color: '#A14036'

red 161 ◦ green 64 ◦ blue 54

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

Shades of Cognac #A14036

Tints of Cognac #A14036

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.94%

 BLUE value IS 54 (21.48% from 255) = 19.35%

R = 57.71%
G = 22.94%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A14036 (or 0xA14036) is known color: Cognac. HEX triplet: A1, 40 and 36. RGB value is (161,64,54). Sum of RGB (Red+Green+Blue) = 161+64+54=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A14036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14036 is #5EBFC9. Grayscale: #5C5C5C. Windows color (decimal): -6209482 or 3555489. OLE color: 3555489.

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

Color convert

RGB 161 64 54 -
CMYK 0 0.60 0.66 0.37
HSL 5.61º 0.5% 0.42% -
HSV(B) 5.61º 0.66% 0.63% -
XYZ 17.2 11.51 4.81 -
YUV 91.86 106.64 177.31 -
System Red Green Blue C M Y K H S L
Decimal 161 64 54 0 0.60 0.66 0.37 5.61 0.5 0.42
Hex A1 40 36 0 3C 42 25 6 32 2A
Octal 241 100 66 0 74 102 45 6 62 52
Binary 10100001 1000000 110110 0 111100 1000010 100101 110 110010 101010

Color Harmonies of #A14036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14036

Black with #A14036

Text Example


Text Example

White with #A14036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14036; }

 p { color: rgb(161,64,54); }

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

background-color css

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

 a { background-color: rgb(161,64,54); }

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

border-color css

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

 span { border-color: rgb(161,64,54); }

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