Html Css Color HEX #A14537 Cognac

📋 copy color: '#A14537'

red 161 ◦ green 69 ◦ blue 55

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

Shades of Cognac #A14537

Tints of Cognac #A14537

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.21%

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

R = 56.49%
G = 24.21%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A14537 (or 0xA14537) is known color: Cognac. HEX triplet: A1, 45 and 37. RGB value is (161,69,55). Sum of RGB (Red+Green+Blue) = 161+69+55=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 55 (21.88% from 255 or 19.30% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A14537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14537 is #5EBAC8. Grayscale: #5F5F5F. Windows color (decimal): -6208201 or 3622305. OLE color: 3622305.

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

Color convert

RGB 161 69 55 -
CMYK 0 0.57 0.66 0.37
HSL 7.92º 0.49% 0.42% -
HSV(B) 7.92º 0.66% 0.63% -
XYZ 17.52 12.11 5.03 -
YUV 94.91 105.48 175.14 -
System Red Green Blue C M Y K H S L
Decimal 161 69 55 0 0.57 0.66 0.37 7.92 0.49 0.42
Hex A1 45 37 0 39 42 25 8 31 2A
Octal 241 105 67 0 71 102 45 10 61 52
Binary 10100001 1000101 110111 0 111001 1000010 100101 1000 110001 101010

Color Harmonies of #A14537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14537

Black with #A14537

Text Example


Text Example

White with #A14537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14537; }

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

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

background-color css

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

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

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

border-color css

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

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

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