Html Css Color HEX #A14438 Cognac

📋 copy color: '#A14438'

red 161 ◦ green 68 ◦ blue 56

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

Shades of Cognac #A14438

Tints of Cognac #A14438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

 BLUE value IS 56 (22.27% from 255) = 19.65%

R = 56.49%
G = 23.86%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A14438 (or 0xA14438) is known color: Cognac. HEX triplet: A1, 44 and 38. RGB value is (161,68,56). Sum of RGB (Red+Green+Blue) = 161+68+56=285 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.49% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 161 - color contains mainly: red. Hex color #A14438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14438 is #5EBBC7. Grayscale: #5E5E5E. Windows color (decimal): -6208456 or 3687585. OLE color: 3687585.

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

Color convert

RGB 161 68 56 -
CMYK 0 0.58 0.65 0.37
HSL 6.86º 0.48% 0.43% -
HSV(B) 6.86º 0.65% 0.63% -
XYZ 17.48 12 5.14 -
YUV 94.44 106.31 175.48 -
System Red Green Blue C M Y K H S L
Decimal 161 68 56 0 0.58 0.65 0.37 6.86 0.48 0.43
Hex A1 44 38 0 3A 41 25 7 30 2B
Octal 241 104 70 0 72 101 45 7 60 53
Binary 10100001 1000100 111000 0 111010 1000001 100101 111 110000 101011

Color Harmonies of #A14438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14438

Black with #A14438

Text Example


Text Example

White with #A14438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14438; }

 p { color: rgb(161,68,56); }

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

background-color css

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

 a { background-color: rgb(161,68,56); }

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

border-color css

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

 span { border-color: rgb(161,68,56); }

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