Html Css Color HEX #A14338 Cognac

📋 copy color: '#A14338'

red 161 ◦ green 67 ◦ blue 56

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

Shades of Cognac #A14338

Tints of Cognac #A14338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.59%

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

R = 56.69%
G = 23.59%
B = 19.72%

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

#A14338 (or 0xA14338) is known color: Cognac. HEX triplet: A1, 43 and 38. RGB value is (161,67,56). Sum of RGB (Red+Green+Blue) = 161+67+56=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A14338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14338 is #5EBCC7. Grayscale: #5D5D5D. Windows color (decimal): -6208712 or 3687329. OLE color: 3687329.

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

Color convert

RGB 161 67 56 -
CMYK 0 0.58 0.65 0.37
HSL 6.29º 0.48% 0.43% -
HSV(B) 6.29º 0.65% 0.63% -
XYZ 17.42 11.88 5.12 -
YUV 93.85 106.64 175.89 -
System Red Green Blue C M Y K H S L
Decimal 161 67 56 0 0.58 0.65 0.37 6.29 0.48 0.43
Hex A1 43 38 0 3A 41 25 6 30 2B
Octal 241 103 70 0 72 101 45 6 60 53
Binary 10100001 1000011 111000 0 111010 1000001 100101 110 110000 101011

Color Harmonies of #A14338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14338

Black with #A14338

Text Example


Text Example

White with #A14338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14338; }

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

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

background-color css

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

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

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

border-color css

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

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

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