Html Css Color HEX #A14B39 Cognac

📋 copy color: '#A14B39'

red 161 ◦ green 75 ◦ blue 57

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

Shades of Cognac #A14B39

Tints of Cognac #A14B39

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.6%

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

R = 54.95%
G = 25.6%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A14B39 (or 0xA14B39) is known color: Cognac. HEX triplet: A1, 4B and 39. RGB value is (161,75,57). Sum of RGB (Red+Green+Blue) = 161+75+57=293 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.95% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14B39 is #5EB4C6. Grayscale: #626262. Windows color (decimal): -6206663 or 3754913. OLE color: 3754913.

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

Color convert

RGB 161 75 57 -
CMYK 0 0.53 0.65 0.37
HSL 10.38º 0.48% 0.43% -
HSV(B) 10.38º 0.65% 0.63% -
XYZ 17.95 12.9 5.42 -
YUV 98.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 161 75 57 0 0.53 0.65 0.37 10.38 0.48 0.43
Hex A1 4B 39 0 35 41 25 A 30 2B
Octal 241 113 71 0 65 101 45 12 60 53
Binary 10100001 1001011 111001 0 110101 1000001 100101 1010 110000 101011

Color Harmonies of #A14B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14B39

Black with #A14B39

Text Example


Text Example

White with #A14B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14B39; }

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

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

background-color css

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

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

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

border-color css

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

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

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