Html Css Color HEX #A14239 Cognac

📋 copy color: '#A14239'

red 161 ◦ green 66 ◦ blue 57

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

Shades of Cognac #A14239

Tints of Cognac #A14239

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.24%

 BLUE value IS 57 (22.66% from 255) = 20.07%

R = 56.69%
G = 23.24%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A14239 (or 0xA14239) is known color: Cognac. HEX triplet: A1, 42 and 39. RGB value is (161,66,57). Sum of RGB (Red+Green+Blue) = 161+66+57=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A14239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14239 is #5EBDC6. Grayscale: #5D5D5D. Windows color (decimal): -6208967 or 3752609. OLE color: 3752609.

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

Color convert

RGB 161 66 57 -
CMYK 0 0.59 0.65 0.37
HSL 5.19º 0.48% 0.43% -
HSV(B) 5.19º 0.65% 0.63% -
XYZ 17.38 11.77 5.23 -
YUV 93.38 107.47 176.23 -
System Red Green Blue C M Y K H S L
Decimal 161 66 57 0 0.59 0.65 0.37 5.19 0.48 0.43
Hex A1 42 39 0 3B 41 25 5 30 2B
Octal 241 102 71 0 73 101 45 5 60 53
Binary 10100001 1000010 111001 0 111011 1000001 100101 101 110000 101011

Color Harmonies of #A14239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14239

Black with #A14239

Text Example


Text Example

White with #A14239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14239; }

 p { color: rgb(161,66,57); }

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

background-color css

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

 a { background-color: rgb(161,66,57); }

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

border-color css

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

 span { border-color: rgb(161,66,57); }

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