Html Css Color HEX #A14638 Cognac

📋 copy color: '#A14638'

red 161 ◦ green 70 ◦ blue 56

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

Shades of Cognac #A14638

Tints of Cognac #A14638

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.39%

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

R = 56.1%
G = 24.39%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A14638 (or 0xA14638) is known color: Cognac. HEX triplet: A1, 46 and 38. RGB value is (161,70,56). Sum of RGB (Red+Green+Blue) = 161+70+56=287 (38% of max value = 765). Red value is 161 (63.28% from 255 or 56.10% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 161 - color contains mainly: red. Hex color #A14638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14638 is #5EB9C7. Grayscale: #5F5F5F. Windows color (decimal): -6207944 or 3688097. OLE color: 3688097.

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

Color convert

RGB 161 70 56 -
CMYK 0 0.57 0.65 0.37
HSL 0.48% 0.43% -
HSV(B) 0.65% 0.63% -
XYZ 17.6 12.24 5.18 -
YUV 95.61 105.65 174.64 -
System Red Green Blue C M Y K H S L
Decimal 161 70 56 0 0.57 0.65 0.37 8 0.48 0.43
Hex A1 46 38 0 39 41 25 8 30 2B
Octal 241 106 70 0 71 101 45 10 60 53
Binary 10100001 1000110 111000 0 111001 1000001 100101 1000 110000 101011

Color Harmonies of #A14638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14638

Black with #A14638

Text Example


Text Example

White with #A14638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14638; }

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

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

background-color css

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

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

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

border-color css

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

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

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