Html Css Color HEX #A14737 Cognac

📋 copy color: '#A14737'

red 161 ◦ green 71 ◦ blue 55

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

Shades of Cognac #A14737

Tints of Cognac #A14737

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.74%

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

R = 56.1%
G = 24.74%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A14737 (or 0xA14737) is known color: Cognac. HEX triplet: A1, 47 and 37. RGB value is (161,71,55). Sum of RGB (Red+Green+Blue) = 161+71+55=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A14737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14737 is #5EB8C8. Grayscale: #606060. Windows color (decimal): -6207689 or 3622817. OLE color: 3622817.

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

Color convert

RGB 161 71 55 -
CMYK 0 0.56 0.66 0.37
HSL 9.06º 0.49% 0.42% -
HSV(B) 9.06º 0.66% 0.63% -
XYZ 17.64 12.36 5.07 -
YUV 96.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 161 71 55 0 0.56 0.66 0.37 9.06 0.49 0.42
Hex A1 47 37 0 38 42 25 9 31 2A
Octal 241 107 67 0 70 102 45 11 61 52
Binary 10100001 1000111 110111 0 111000 1000010 100101 1001 110001 101010

Color Harmonies of #A14737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14737

Black with #A14737

Text Example


Text Example

White with #A14737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14737; }

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

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

background-color css

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

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

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

border-color css

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

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

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